* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Allow
$SHELL to contain more than one word, when rerunning configure,
for debugging purposes like CONFIG_SHELL='/bin/sh -x'.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2011-02-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ config.status: do not quote $SHELL when rerunning configure.
+ * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Allow
+ $SHELL to contain more than one word, when rerunning configure,
+ for debugging purposes like CONFIG_SHELL='/bin/sh -x'.
+
2011-02-21 Ian Lance Taylor <iant@google.com>
* lib/autoconf/go.m4: New file.
dnl Check this before opening the log, to avoid a bug on MinGW,
dnl which prohibits the recursive instance from truncating an open log.
if \$ac_cs_recheck; then
- set X '$SHELL' '$[0]' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+ set X $SHELL '$[0]' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
shift
\AS_ECHO(["running CONFIG_SHELL=$SHELL \$[*]"]) >&AS_MESSAGE_FD
CONFIG_SHELL='$SHELL'