From 12465c9f601a4afd596a5c3864784f1f129e3e0c Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 29 Jul 1999 19:21:21 +0000 Subject: Exit with error code if configure fails. Exit with error code if configure fails. svn path=/trunk/; revision=1043 --- macros/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/autogen.sh') diff --git a/macros/autogen.sh b/macros/autogen.sh index 2481d74484..7027391368 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 -- cgit v1.2.3