From 992708e9276ebc18da3472f97ec20ab11f03c117 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 19 Apr 2004 14:17:30 +0000 Subject: [PATCH] 2004-04-02 Thomas Schwinge * autogen.sh: Added ACLOCAL_FLAGS. --- scripts/ChangeLog | 4 ++++ scripts/autogen.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 64d078906..7912e39d1 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2004-04-02 Thomas Schwinge + + * autogen.sh: Added ACLOCAL_FLAGS. + 2003-12-28 Stefan Bellon * build-riscos, conf-riscos/*: Updated to reflect latest changes. diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 3569a321d..3728538e9 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -255,8 +255,8 @@ if test "$DIE" = "yes"; then exit 1 fi -echo "Running aclocal..." -$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 ..."