summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2004-03-29 23:56:54 +0000
committerManish Singh <yosh@src.gnome.org>2004-03-29 23:56:54 +0000
commitf98923f747bea33186da237e6a84e9ceedf5d838 (patch)
treeb1f20aa33d4f7c6cd16c68f960a11c5280e1a273 /autogen.sh
parentf9185e14670ad2258e34e46863b810c7b978c3fc (diff)
downloadatk-f98923f747bea33186da237e6a84e9ceedf5d838.tar.gz
use $ACLOCAL instead of aclocal-1.4 for --print-ac-dir.
2004-03-29 Manish Singh <yosh@gimp.org> * autogen.sh: use $ACLOCAL instead of aclocal-1.4 for --print-ac-dir.
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 5203d28..e6aaf15 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -76,7 +76,7 @@ fi
if test -z "$ACLOCAL_FLAGS"; then
- acdir=`aclocal-1.4 --print-ac-dir`
+ acdir=`$ACLOCAL --print-ac-dir`
m4list="glib-2.0.m4 glib-gettext.m4"
for file in $m4list