aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 24d48ea37..e97bd2451 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,4 +4,4 @@ aclocal && \
autoheader && \
autoconf && \
automake --add-missing --copy && \
- if test x$NOCONF = x ; then ./configure; fi
+ if test x$NOCONF = x ; then ./configure "$@"; fi