mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Pass arguments given to autogen on to configure. Let's hope this doesn't break things much
svn:r10742
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user