From c5893e50358dda27158835374769f4e394bedc2d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 17 Aug 2007 21:55:24 +0000 Subject: r14641@catbus: nickm | 2007-08-17 17:53:14 -0400 Stop running ./configure from autogen.sh. "Let's see if anybody complains!" says Roger. svn:r11159 --- autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 52833840b..eb9395c71 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,7 +3,7 @@ set -e # Run this to generate all the initial makefiles, etc. -aclocal -autoheader -autoconf -automake --add-missing --copy +aclocal && \ + autoheader && \ + autoconf && \ + automake --add-missing --copy -- cgit v1.2.3