mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
make our autogen.sh work on ksh as well as bash
svn:r2635
This commit is contained in:
parent
28d977731b
commit
3e03602b9f
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Run this to generate all the initial makefiles, etc.
|
# Run this to generate all the initial makefiles, etc.
|
||||||
aclocal &&
|
aclocal && \
|
||||||
autoheader &&
|
autoheader && \
|
||||||
autoconf &&
|
autoconf && \
|
||||||
automake --add-missing --copy &&
|
automake --add-missing --copy && \
|
||||||
./configure
|
./configure
|
||||||
|
Loading…
Reference in New Issue
Block a user