diff options
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 24d48ea373..e97bd24511 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 |