]> git.donarmstrong.com Git - lilypond.git/commitdiff
pass args from smart-autogen.sh into autogen.sh
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 17 Nov 2007 18:29:08 +0000 (16:29 -0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 17 Nov 2007 18:29:08 +0000 (16:29 -0200)
smart-autogen.sh

index 3f93243c10428ddb548583d9d989d1069da30cfe..92ef928ca053ff68a2571c5a617b31c9cb534411 100755 (executable)
@@ -12,7 +12,7 @@ if test `cat $CHECKSUM_FILE`"" = "$AUTOGEN_INPUT_CHECKSUM"; then
 fi
 
 set -e
-./autogen.sh
+${srcdir}/autogen.sh "$@"
 echo -n $AUTOGEN_INPUT_CHECKSUM > $CHECKSUM_FILE