aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c90faf..5c3f7cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-02 Thomas Schwinge <[email protected]>
+
+ * autogen.sh: Added ACLOCAL_FLAGS.
+
2004-04-19 Marcus Brinkmann <[email protected]>
* src/gpg-error.m4: Quote first argument to AC_DEFUN.
diff --git a/autogen.sh b/autogen.sh
index ab85aa1..5c83f72 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -88,8 +88,8 @@ EOF
exit 1
fi
-echo "Running aclocal -I m4 ..."
-$ACLOCAL -I m4
+echo "Running aclocal -I m4 ${ACLOCAL_FLAGS:+$ACLOCAL_FLAGS }..."
+$ACLOCAL -I m4 $ACLOCAL_FLAGS
echo "Running autoheader..."
$AUTOHEADER
echo "Running automake --gnu ..."