Commit 969ec52e authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

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
parent 326495cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ aclocal && \
	autoheader && \
	autoconf && \
	automake --add-missing --copy && \
	./configure
	if test x$NOCONF = x ; then ./configure; fi