mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
2004-04-02 Thomas Schwinge <schwinge@nic-nac-project.de>
* autogen.sh: Added ACLOCAL_FLAGS.
This commit is contained in:
parent
d49a7e1a7a
commit
992708e927
@ -1,3 +1,7 @@
|
|||||||
|
2004-04-02 Thomas Schwinge <schwinge@nic-nac-project.de>
|
||||||
|
|
||||||
|
* autogen.sh: Added ACLOCAL_FLAGS.
|
||||||
|
|
||||||
2003-12-28 Stefan Bellon <sbellon@sbellon.de>
|
2003-12-28 Stefan Bellon <sbellon@sbellon.de>
|
||||||
|
|
||||||
* build-riscos, conf-riscos/*: Updated to reflect latest changes.
|
* build-riscos, conf-riscos/*: Updated to reflect latest changes.
|
||||||
|
@ -255,8 +255,8 @@ if test "$DIE" = "yes"; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Running aclocal..."
|
echo "Running aclocal -I m4 ${ACLOCAL_FLAGS:+$ACLOCAL_FLAGS }..."
|
||||||
$ACLOCAL -I m4
|
$ACLOCAL -I m4 $ACLOCAL_FLAGS
|
||||||
echo "Running autoheader..."
|
echo "Running autoheader..."
|
||||||
$AUTOHEADER
|
$AUTOHEADER
|
||||||
echo "Running automake --gnu ..."
|
echo "Running automake --gnu ..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user