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-138-


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-138-gc55740c
Date: Thu, 30 Oct 2008 13:00:23 +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=c55740c46308374b1dfdd11a789e3fea70eedf39

The branch, master has been updated
       via  c55740c46308374b1dfdd11a789e3fea70eedf39 (commit)
      from  4298bf09e470242b2ef50a514e1d729d494766c9 (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 c55740c46308374b1dfdd11a789e3fea70eedf39
Author: Paolo Bonzini <address@hidden>
Date:   Thu Oct 30 13:54:27 2008 +0100

    Require _AS_CR_PREPARE where appropriate and fix ChangeLog.
    
    * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Call _AS_CR_PREPARE.
    (AS_PREPARE): Require _AS_CR_PREPARE.

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

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

diff --git a/ChangeLog b/ChangeLog
index 5ee5392..8d2cd25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-10-30  Paolo Bonzini  <address@hidden>
+
+       Require _AS_CR_PREPARE where appropriate.
+       * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Call _AS_CR_PREPARE.
+       (AS_PREPARE): Require _AS_CR_PREPARE.
+
+       Avoid walking the entire PATH when looking for a better shell.
+       * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Test shell characteristics
+       as the PATH is walked.
+
+       Add third argument to _AS_PATH_WALK
+       * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Do not call _AS_CR_PREPARE.
+       (_AS_PATH_WALK): Add third optional argument.
+
+       Trim down the length of the shell function test.
+       * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Condense.
+
 2008-10-29  Eric Blake  <address@hidden>
 
        Fix LINENO detection to work around bash and pdksh limitations.
diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
index e097e1e..a67c30d 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -295,6 +295,7 @@ _AS_EXPR_PREPARE
 _AS_BASENAME_PREPARE
 _AS_DIRNAME_PREPARE
 _AS_ME_PREPARE
+_AS_CR_PREPARE
 _AS_LINENO_PREPARE
 _AS_ECHO_N_PREPARE
 _AS_LN_S_PREPARE
@@ -316,6 +317,7 @@ AS_REQUIRE([_AS_EXPR_PREPARE])
 AS_REQUIRE([_AS_BASENAME_PREPARE])
 AS_REQUIRE([_AS_DIRNAME_PREPARE])
 AS_REQUIRE([_AS_ME_PREPARE])
+AS_REQUIRE([_AS_CR_PREPARE])
 AS_REQUIRE([_AS_LINENO_PREPARE])
 AS_REQUIRE([_AS_ECHO_N_PREPARE])
 AS_REQUIRE([_AS_LN_S_PREPARE])


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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