From: Elliot Lee Date: Thu, 29 Jul 1999 19:21:21 +0000 (+0000) Subject: Exit with error code if configure fails. X-Git-Tag: GNOME_COMMON_1_2_1~130 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a94fdc73b80af9801cf59d5f71e3229704f05701;p=platform%2Fupstream%2Fgnome-common.git Exit with error code if configure fails. Exit with error code if configure fails. svn path=/trunk/; revision=863 --- diff --git a/macros/autogen.sh b/macros/autogen.sh index 2481d74..7027391 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -139,7 +139,7 @@ conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ... $srcdir/configure $conf_flags "$@" \ - && echo Now type \`make\' to compile $PKG_NAME + && echo Now type \`make\' to compile $PKG_NAME || exit 1 else echo Skipping configure process. fi