1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

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:17:30 +00:00
parent e21bf7b9e0
commit 56dced503d
2 changed files with 6 additions and 2 deletions

View file

@ -149,8 +149,8 @@ EOF
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 ..."