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 /autogen.sh | |
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ..." |