]> git.donarmstrong.com Git - lilypond.git/blobdiff - smart-configure.sh
Web-ja: update introduction
[lilypond.git] / smart-configure.sh
index f82c0857451709998bd7661a2598c478f23737fa..8ba39eb7dc9237939fa74d1210971bb51419f960 100755 (executable)
@@ -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