Commit 3e03602b authored by Roger Dingledine's avatar Roger Dingledine
Browse files

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


svn:r2635
parent 28d97773
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
#!/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