Exit with error code if configure fails.

Exit with error code if configure fails.

svn path=/trunk/; revision=1043
This commit is contained in:
Elliot Lee
1999-07-29 19:21:21 +00:00
parent 92e605a31e
commit 12465c9f60

View File

@ -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