X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=smart-configure.sh;h=8ba39eb7dc9237939fa74d1210971bb51419f960;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=d55947f08c2f07756d1494beeaea7fc513c64a6e;hpb=8cd5d25aa619cffefed067147b3062051f1b7b08;p=lilypond.git diff --git a/smart-configure.sh b/smart-configure.sh index d55947f08c..8ba39eb7dc 100755 --- a/smart-configure.sh +++ b/smart-configure.sh @@ -14,7 +14,6 @@ if test `cat $CONFIGURE_CHECKSUM_FILE` = "$CONFIGURE_CHECKSUM" ; then exit 0 fi -set -e -$srcdir/configure "$@" +( set +ux; echo Invoking configure...; $srcdir/configure "$@" ) || exit 1 printf "%s" $CONFIGURE_CHECKSUM > $CONFIGURE_CHECKSUM_FILE