diff options
author | Marcus Brinkmann <[email protected]> | 2004-04-19 14:17:30 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-04-19 14:17:30 +0000 |
commit | 992708e9276ebc18da3472f97ec20ab11f03c117 (patch) | |
tree | 9a946d616fdc61ada6ceeb3eff9397107afbb7cc | |
parent | * plaintext.c (handle_plaintext): Accept 'u' as a plaintext mode that (diff) | |
download | gnupg-992708e9276ebc18da3472f97ec20ab11f03c117.tar.gz gnupg-992708e9276ebc18da3472f97ec20ab11f03c117.zip |
2004-04-02 Thomas Schwinge <[email protected]>
* autogen.sh: Added ACLOCAL_FLAGS.
-rw-r--r-- | scripts/ChangeLog | 4 | ||||
-rwxr-xr-x | scripts/autogen.sh | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 64d078906..7912e39d1 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2004-04-02 Thomas Schwinge <[email protected]> + + * autogen.sh: Added ACLOCAL_FLAGS. + 2003-12-28 Stefan Bellon <[email protected]> * build-riscos, conf-riscos/*: Updated to reflect latest changes. diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 3569a321d..3728538e9 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -255,8 +255,8 @@ if test "$DIE" = "yes"; then exit 1 fi -echo "Running aclocal..." -$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 ..." |