diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-04 15:14:34 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-04 15:14:34 +0000 |
commit | 354a9d19f4eee48928f82ab3f2dc13f679fd256d (patch) | |
tree | 1c3774360f2b27199d0811e8825db18c70c9631b /autogen.sh | |
parent | a60e165647a919785d3b07f97e80e517d9ecc946 (diff) | |
download | gdk-pixbuf-354a9d19f4eee48928f82ab3f2dc13f679fd256d.tar.gz |
When doing sanity checking on ACLOCAL_FLAGS, look for glib-2.0.m4 not
Sat Nov 4 10:12:27 2000 Owen Taylor <otaylor@redhat.com>
* autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
look for glib-2.0.m4 not glib.m4. (Ali Abdin)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 441e33fcc..f756f1caf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -49,7 +49,7 @@ esac if test -z "$ACLOCAL_FLAGS"; then acdir=`aclocal --print-ac-dir` - m4list="glib.m4 gettext.m4" + m4list="glib-2.0.m4 gettext.m4" for file in $m4list do |