From 091722179bda0a6dcf388fbfdfcd948b1cb53e9f Mon Sep 17 00:00:00 2001 From: Matan Nassau Date: Sun, 24 Jul 2016 18:52:48 -0400 Subject: autogen: consider configure error --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 0c36974..5c297b5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,7 +14,7 @@ ${AUTORECONF-autoreconf} -iv || exit $? cd $ORIGDIR if [ -z "$NOCONFIGURE" ] && [ "$1" != --no-configure ]; then - "$srcdir"/configure "$@" + "$srcdir"/configure "$@" || exit $? echo echo "Now type 'make' to compile $PROJECT." else -- cgit v1.2.1