Explorar el Código

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

svn:r10742
Peter Palfrader hace 17 años
padre
commit
a1e3b60d2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      autogen.sh

+ 1 - 1
autogen.sh

@@ -4,4 +4,4 @@ aclocal && \
 	autoheader && \
 	autoheader && \
 	autoconf && \
 	autoconf && \
 	automake --add-missing --copy && \
 	automake --add-missing --copy && \
-	if test x$NOCONF = x ; then ./configure; fi
+	if test x$NOCONF = x ; then ./configure "$@"; fi