summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ad4619a..553821f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29 Manish Singh <yosh@gimp.org>
+
+ * autogen.sh: use $ACLOCAL instead of aclocal-1.4 for --print-ac-dir.
+
2004-03-23 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
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