From 24d6c5fb6154c7a6f4a8f9b32724da685ef52968 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 17 Nov 2007 16:29:08 -0200 Subject: [PATCH] pass args from smart-autogen.sh into autogen.sh --- smart-autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5