summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-11-04 15:14:34 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-04 15:14:34 +0000
commitae9dbe51d24634502679fc60eb016356a7087454 (patch)
tree5a4e22d7ddd3ceb55b681eca05c005528280dd97 /autogen.sh
parent6c9d8adc492685e8ac64b1e93ee05a5cca0293b4 (diff)
downloadgdk-pixbuf-ae9dbe51d24634502679fc60eb016356a7087454.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-xautogen.sh2
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