summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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