autogen.sh: Use set -e

Otherwise we blindly continue if autoreconf fails, which is pretty
damn lame.
This commit is contained in:
Colin Walters 2012-09-24 08:30:07 -04:00
parent 26e487bacf
commit a864e2cc19

View File

@ -12,6 +12,8 @@ if test -z $AUTORECONF; then
exit 1
fi
set -e
mkdir -p m4
# Fetch submodules if needed