mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Do not run configure from autogen.sh. Also switch to set -e instead of linking all the commands using &&
svn:r11158
This commit is contained in:
parent
1f244d3943
commit
08a640c54b
12
autogen.sh
12
autogen.sh
@ -1,7 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
aclocal && \
|
||||
autoheader && \
|
||||
autoconf && \
|
||||
automake --add-missing --copy && \
|
||||
if test x$NOCONF = x ; then ./configure "$@"; fi
|
||||
aclocal
|
||||
autoheader
|
||||
autoconf
|
||||
automake --add-missing --copy
|
||||
|
Loading…
Reference in New Issue
Block a user