]> git.donarmstrong.com Git - lilypond.git/blobdiff - smart-autogen.sh
[mf2pt1] Updated to version 2.5.
[lilypond.git] / smart-autogen.sh
index 3f93243c10428ddb548583d9d989d1069da30cfe..6dcb3ab37c4dec284fd812458a0a89d63dc94f06 100755 (executable)
@@ -12,7 +12,6 @@ if test `cat $CHECKSUM_FILE`"" = "$AUTOGEN_INPUT_CHECKSUM"; then
 fi
 
 set -e
-./autogen.sh
-echo -n $AUTOGEN_INPUT_CHECKSUM > $CHECKSUM_FILE 
-
+${srcdir}/autogen.sh "$@"
+printf "%s" $AUTOGEN_INPUT_CHECKSUM > $CHECKSUM_FILE