From: Han-Wen Nienhuys Date: Sat, 17 Nov 2007 18:29:08 +0000 (-0200) Subject: pass args from smart-autogen.sh into autogen.sh X-Git-Tag: release/2.11.35-1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=24d6c5fb6154c7a6f4a8f9b32724da685ef52968;p=lilypond.git pass args from smart-autogen.sh into autogen.sh --- diff --git a/smart-autogen.sh b/smart-autogen.sh index 3f93243c10..92ef928ca0 100755 --- a/smart-autogen.sh +++ b/smart-autogen.sh @@ -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