aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-04-19 14:12:23 +0000
committerMarcus Brinkmann <[email protected]>2004-04-19 14:12:23 +0000
commit7cdf6c6ea261b958074431d5e45d91f25d3f0e75 (patch)
tree56b36e639273ad5287486617de612332396805c2
parentInclude <errno.h>. Reported by Bernd Kuhls. (diff)
downloadlibassuan-7cdf6c6ea261b958074431d5e45d91f25d3f0e75.tar.gz
libassuan-7cdf6c6ea261b958074431d5e45d91f25d3f0e75.zip
2004-04-02 Thomas Schwinge <[email protected]>
* autogen.sh: Added ACLOCAL_FLAGS.
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 005e4d0..15a7569 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-02 Thomas Schwinge <[email protected]>
+
+ * autogen.sh: Added ACLOCAL_FLAGS.
+
2004-02-20 Werner Koch <[email protected]>
Released 0.6.4.
diff --git a/autogen.sh b/autogen.sh
index 81061e3..3e4c96c 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 ..."