[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r10742: Pass arguments given to autogen on to configure. Let's hope (tor/trunk)



Author: weasel
Date: 2007-07-05 17:52:11 -0400 (Thu, 05 Jul 2007)
New Revision: 10742

Modified:
   tor/trunk/autogen.sh
Log:
Pass arguments given to autogen on to configure.  Let's hope this doesn't break things much

Modified: tor/trunk/autogen.sh
===================================================================
--- tor/trunk/autogen.sh	2007-07-05 14:53:27 UTC (rev 10741)
+++ tor/trunk/autogen.sh	2007-07-05 21:52:11 UTC (rev 10742)
@@ -4,4 +4,4 @@
 	autoheader && \
 	autoconf && \
 	automake --add-missing --copy && \
-	if test x$NOCONF = x ; then ./configure; fi
+	if test x$NOCONF = x ; then ./configure "$@"; fi