From: Ralf Wildenhues Date: Tue, 20 Nov 2007 21:11:47 +0000 (+0100) Subject: * lib/autotest/general.m4 (AT_INIT) : X-Git-Tag: v2.62~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33df9071f5405af99992ad63e8628490920db9b7;p=thirdparty%2Fautoconf.git * lib/autotest/general.m4 (AT_INIT) : Fix quoting. --- diff --git a/ChangeLog b/ChangeLog index aaee5813..a689b151 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-20 Ralf Wildenhues + + * lib/autotest/general.m4 (AT_INIT) : + Fix quoting. + 2007-11-19 Ralf Wildenhues Fix IRIX testsuite debugging failures: $0 in functions. diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index 08f6e633..8b6a34af 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -331,7 +331,7 @@ at_func_create_debugging_script () echo 'test "${ZSH_VERSION+set}" = set dnl && alias -g '\''${1+"$[@]"}'\''='\''"$[@]"'\''' AS_ECHO(["cd '$at_dir'"]) - AS_ECHO(["exec \${CONFIG_SHELL-$SHELL} $at_myself -v -d ]dnl + AS_ECHO(["exec \${CONFIG_SHELL-$SHELL} \"$at_myself\" -v -d ]dnl [$at_debug_args $at_group \${1+\"\$[@]\"}"]) echo 'exit 1' } >$at_group_dir/run