aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/autogen.sh4
1 files changed, 2 insertions, 2 deletions
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 ..."