diff options
author | Marcus Brinkmann <[email protected]> | 2004-04-19 14:12:23 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-04-19 14:12:23 +0000 |
commit | 7cdf6c6ea261b958074431d5e45d91f25d3f0e75 (patch) | |
tree | 56b36e639273ad5287486617de612332396805c2 | |
parent | Include <errno.h>. Reported by Bernd Kuhls. (diff) | |
download | libassuan-7cdf6c6ea261b958074431d5e45d91f25d3f0e75.tar.gz libassuan-7cdf6c6ea261b958074431d5e45d91f25d3f0e75.zip |
2004-04-02 Thomas Schwinge <[email protected]>
* autogen.sh: Added ACLOCAL_FLAGS.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | autogen.sh | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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. @@ -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 ..." |