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