Explorar o código

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

svn:r10742
Peter Palfrader %!s(int64=18) %!d(string=hai) anos
pai
achega
a1e3b60d2d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      autogen.sh

+ 1 - 1
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