summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 19e5b55fcfa..c76bf8b07bd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,6 +11,8 @@ if test "x$SRCDIR" != "x$ORIGDIR"; then
exit 1
fi
+MAKEFLAGS=""
+
autoreconf -v --install || exit 1
"$srcdir"/configure "$@"