Exit with error code if configure fails.
Exit with error code if configure fails. svn path=/trunk/; revision=1043
This commit is contained in:
@ -139,7 +139,7 @@ conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
|
|||||||
if test x$NOCONFIGURE = x; then
|
if test x$NOCONFIGURE = x; then
|
||||||
echo Running $srcdir/configure $conf_flags "$@" ...
|
echo Running $srcdir/configure $conf_flags "$@" ...
|
||||||
$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
|
else
|
||||||
echo Skipping configure process.
|
echo Skipping configure process.
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user