diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-17 21:55:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-17 21:55:24 +0000 |
commit | c5893e50358dda27158835374769f4e394bedc2d (patch) | |
tree | 37d8b9172d78012d6933091af92beb4b23472842 /autogen.sh | |
parent | 08a640c54b3cd82a0bd9fd45a30306dbb00a05f6 (diff) | |
download | tor-c5893e50358dda27158835374769f4e394bedc2d.tar.gz tor-c5893e50358dda27158835374769f4e394bedc2d.zip |
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
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh index 52833840b1..eb9395c719 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 |