autogen.sh: Use set -e
Otherwise we blindly continue if autoreconf fails, which is pretty damn lame.
This commit is contained in:
parent
26e487bacf
commit
a864e2cc19
|
|
@ -12,6 +12,8 @@ if test -z $AUTORECONF; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
mkdir -p m4
|
mkdir -p m4
|
||||||
|
|
||||||
# Fetch submodules if needed
|
# Fetch submodules if needed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue