Pass arguments given to autogen on to configure. Let's hope this doesn't break things much

svn:r10742
This commit is contained in:
Peter Palfrader 2007-07-05 21:52:11 +00:00
parent a9469098ca
commit a1e3b60d2d
1 changed files with 1 additions and 1 deletions

View File

@ -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