Added exit for configure and test for CVSCOMPILE_NO_MAKE

This commit is contained in:
Jaroslav Kysela 2001-11-26 18:24:41 +00:00
parent c81835c7aa
commit d18a6453b2

View file

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