autogen: consider configure error

This commit is contained in:
Matan Nassau 2016-07-24 18:52:48 -04:00 committed by Dan Nicholson
parent 983052ddf8
commit 091722179b

View file

@ -14,7 +14,7 @@ ${AUTORECONF-autoreconf} -iv || exit $?
cd $ORIGDIR cd $ORIGDIR
if [ -z "$NOCONFIGURE" ] && [ "$1" != --no-configure ]; then if [ -z "$NOCONFIGURE" ] && [ "$1" != --no-configure ]; then
"$srcdir"/configure "$@" "$srcdir"/configure "$@" || exit $?
echo echo
echo "Now type 'make' to compile $PROJECT." echo "Now type 'make' to compile $PROJECT."
else else