autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.63-140-


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-140-g26e6644
Date: Thu, 30 Oct 2008 14:28:36 +0000

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=26e664439cacf579477788e60a272f045d43e005

The branch, master has been updated
       via  26e664439cacf579477788e60a272f045d43e005 (commit)
      from  a78b49741374d1f4f18fc6f19158c346caad36cf (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 26e664439cacf579477788e60a272f045d43e005
Author: Paolo Bonzini <address@hidden>
Date:   Thu Oct 30 15:13:56 2008 +0100

    Pass CONFIG_SHELL down to generated scripts, and re-export SHELL.
    
    * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): If proceeding
    with a given CONFIG_SHELL, move it to SHELL.
    (AS_INIT_GENERATED): Re-export SHELL.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    7 +++++++
 lib/m4sugar/m4sh.m4 |    4 ++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e19a3f6..89c2214 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-30  Paolo Bonzini  <address@hidden>
+
+       Pass CONFIG_SHELL down to generated scripts, and re-export SHELL.
+       * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): If proceeding
+       with a given CONFIG_SHELL, move it to SHELL.
+       (AS_INIT_GENERATED): Re-export SHELL.
+
 2008-10-30  Eric Blake  <address@hidden>
 
        Work around Solaris /bin/sh case bug.
diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
index 1f1f599..e0870ab 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -265,6 +265,9 @@ Then install a modern shell, or manually run the script 
under such a
 shell if you do have one.], [$[]0: ], [], [62])")
   fi
       AS_EXIT(1)])])
+else
+  SHELL=$CONFIG_SHELL
+  export SHELL
 fi
 _m4_popdef([AS_EXIT])])# _AS_DETECT_BETTER_SHELL
 
@@ -1863,6 +1866,7 @@ cat >$1 <<_ASEOF || as_write_fail=1
 # Generated by $as_me.
 $2
 SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
 _ASEOF
 cat >>$1 <<\_ASEOF || as_write_fail=1
 _AS_SHELL_SANITIZE


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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