diff options
author | Marcus Brinkmann <[email protected]> | 2004-04-19 14:09:29 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-04-19 14:09:29 +0000 |
commit | 1266b7f0612393979564cb1a62b51c3bf9f3deca (patch) | |
tree | 442e16c0c03b220769a18013e8c0d9d9804bc0e7 | |
parent | (prepare_new_sig, _gpgme_verify_status_handler): Remove (diff) | |
download | gpgme-1266b7f0612393979564cb1a62b51c3bf9f3deca.tar.gz gpgme-1266b7f0612393979564cb1a62b51c3bf9f3deca.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-04-06 Werner Koch <[email protected]> Released 0.4.6. @@ -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 ..." |