make our autogen.sh work on ksh as well as bash

svn:r2635
This commit is contained in:
Roger Dingledine 2004-11-01 06:40:49 +00:00
parent 28d977731b
commit 3e03602b9f
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
aclocal &&
autoheader &&
autoconf &&
automake --add-missing --copy &&
aclocal && \
autoheader && \
autoconf && \
automake --add-missing --copy && \
./configure