Added exit when configure fails

This commit is contained in:
Jaroslav Kysela 2001-11-26 18:21:00 +00:00
parent a4c520774e
commit 1566f1b5b8

View file

@ -8,7 +8,7 @@ autoconf
export CFLAGS='-O2 -Wall -W -pipe -g'
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@
./configure $@ || exit 1
unset CFLAGS
if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
make