2004-04-02 Thomas Schwinge <schwinge@nic-nac-project.de>

* autogen.sh: Added ACLOCAL_FLAGS.
This commit is contained in:
Marcus Brinkmann 2004-04-19 14:09:29 +00:00
parent 09bd0f6a89
commit 1266b7f061
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-04-02 Thomas Schwinge <schwinge@nic-nac-project.de>
* autogen.sh: Added ACLOCAL_FLAGS.
2004-04-06 Werner Koch <wk@gnupg.org>
Released 0.4.6.

View File

@ -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 ..."