diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 478718261..a6ab478d9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -33,7 +33,7 @@ if test -z $AUTORECONF; then echo "*** No autoreconf found ***" exit 1 else - autoreconf -v --install || exit $? + ACLOCAL="${ACLOCAL-aclocal} $ACLOCAL_FLAGS" autoreconf -v --install || exit $? fi ./configure "$@" && echo "Now type 'make' to compile $PROJECT." |