[SCM] GNU Autoconf source repository branch, master, updated. v2.68-45-ge143d9c
"Ralf Wildenhues" <[email protected]> Sun, 27 Feb 2011 06:03:22 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=e143d9ce7cd79631900bb596e365a1d531aa4e82
The branch, master has been updated
via e143d9ce7cd79631900bb596e365a1d531aa4e82 (commit)
from 67b4182579092fbc41bb72d44d979199f31690f7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e143d9ce7cd79631900bb596e365a1d531aa4e82
Author: Ralf Wildenhues <[email protected]>
Date: Sat Feb 26 08:19:36 2011 +0100
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'.
Signed-off-by: Ralf Wildenhues <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
lib/autoconf/status.m4 | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 00c13f0..bf72bd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-02-27 Ralf Wildenhues <[email protected]>
+
+ 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 <[email protected]>
* lib/autoconf/go.m4: New file.
diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4
index a1a857b..46a0341 100644
--- a/lib/autoconf/status.m4
+++ b/lib/autoconf/status.m4
@@ -1542,7 +1542,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
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'
hooks/post-receive
--
GNU Autoconf source repository