mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-21 22:12:03 +01:00
r8952@totoro: nickm | 2006-10-08 17:27:56 -0400
Have autogen.sh script not run ./configure if NOCONF environment variable is set. This will make buildbot stuff go faster. svn:r8656
This commit is contained in:
parent
326495cbb4
commit
969ec52e6b
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ aclocal && \
|
|||
autoheader && \
|
||||
autoconf && \
|
||||
automake --add-missing --copy && \
|
||||
./configure
|
||||
if test x$NOCONF = x ; then ./configure; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue