autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] m4sh: always re-exec with $CONFIG_SHELL, if it's set


From: Stefano Lattarini
Subject: Re: [PATCH] m4sh: always re-exec with $CONFIG_SHELL, if it's set
Date: Mon, 26 Dec 2011 22:20:41 +0100

On 12/26/2011 09:54 PM, Paul Eggert wrote:
> On 12/26/11 02:31, Stefano Lattarini wrote:
> 
>> The three-patches series is attached.  OK for master?
> 
> Yes, they look good, and thanks again.
>
I've applied the fixlets below to the second and third patches
respectively (commit message and ChangeLog alike), and pushed.

Thanks,
  Stefano

-*-*-

diff --git a/ChangeLog b/ChangeLog
index e890323..95162a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,9 @@

        m4sh: allow forced re-execution with $CONFIG_SHELL, if it's set
        * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): If the m4sh client
-       has defined the macro, emit code to always re-execute  the current
-       script with $CONFIG_SHELL, if that's set.
+       has defined the macro `_AS_FORCE_REEXEC_WITH_CONFIG_SHELL' to
+       "yes", emit code to always re-execute  the current script with
+       $CONFIG_SHELL, if that's set.
        * tests/m4sh.at: Add tests for the new and old semantics, in ...
        (Re-exec with CONFIG_SHELL, Forced re-exec with CONFIG_SHELL): ...
        these new test groups.

-*-*-

diff --git a/ChangeLog b/ChangeLog
index 67830a5..0826f00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,11 @@
 2011-12-26  Stefano Lattarini  <address@hidden>

        configure: will re-execute with $CONFIG_SHELL, if it's set
-       * lib/m4sugar/general.m4 (_AS_DETECT_BETTER_SHELL): Define the
-       macro `' to `yes', so that the code in _AS_DETECT_BETTER_SHELL
-       will cause autoconf-generated configure scripts to always
-       re-execute themselves with $CONFIG_SHELL, if it's set in the
-       environment.
+       * lib/m4sugar/general.m4 (_AS_DETECT_BETTER_SHELL): Define the macro
+       `_AS_FORCE_REEXEC_WITH_CONFIG_SHELL' to `yes', so that the code in
+       `_AS_DETECT_BETTER_SHELL' will cause autoconf-generated configure
+       scripts to always re-execute themselves with $CONFIG_SHELL, if it's
+       set in the environment.
        * doc/autoconf.texi (config.status Invocation): Update.
        * doc/install.texi (Defining Variables): Likewise.
        * NEWS: Likewise.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]