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-72-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-72-gb8b7615
Date: Tue, 21 Oct 2008 14:15:30 +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=b8b7615a43af5cde9925856c36f352ece954daf8

The branch, master has been updated
       via  b8b7615a43af5cde9925856c36f352ece954daf8 (commit)
      from  98c907d8de4b550e056d292510588c4852967bc1 (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 b8b7615a43af5cde9925856c36f352ece954daf8
Author: Eric Blake <address@hidden>
Date:   Tue Oct 21 08:00:57 2008 -0600

    Add banners to generated files.
    
    * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Use m4_text_box for
    existing banner.
    (AS_INIT): Add new banners at strategic points.
    * lib/autoconf/general.m4 (AC_INIT): Alter banner location, and
    make consistent with other banners.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog               |    9 +++++++++
 lib/autoconf/general.m4 |    3 ++-
 lib/m4sugar/m4sh.m4     |    8 ++++----
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b9d42bf..b8472ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-21  Eric Blake  <address@hidden>
+
+       Add banners to generated files.
+       * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Use m4_text_box for
+       existing banner.
+       (AS_INIT): Add new banners at strategic points.
+       * lib/autoconf/general.m4 (AC_INIT): Alter banner location, and
+       make consistent with other banners.
+
 2008-10-20  Paolo Bonzini  <address@hidden>
 
        Add AC_REQUIRE_SHELL_FN and the SHELL_FN diversion.
diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
index 0566dd1..32c13f6 100644
--- a/lib/autoconf/general.m4
+++ b/lib/autoconf/general.m4
@@ -1386,8 +1386,9 @@ _AC_INIT_CONFIG_LOG
 _AC_INIT_PREPARE
 _AC_INIT_NOTICE
 _AC_INIT_COPYRIGHT
+m4_divert_text([SHELL_FN], [
+m4_text_box([Autoconf initialization.])])
 m4_divert_pop
-m4_text_box([Autoconf initialization])
 m4_ifval([$2], , [m4_ifval([$1], [AC_CONFIG_SRCDIR([$1])])])dnl
 dnl
 dnl Substitute for predefined variables.
diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
index fbce026..5ed52d4 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -400,9 +400,7 @@ test x$exitcode = x0[]dnl
 # ------------------
 # This is the prolog that is emitted by AS_INIT and AS_INIT_GENERATED.
 m4_defun([_AS_SHELL_SANITIZE],
-[## --------------------- ##
-## M4sh Initialization.  ##
-## --------------------- ##
+[m4_text_box([M4sh Initialization.])
 
 AS_BOURNE_COMPATIBLE
 
@@ -1779,10 +1777,12 @@ m4_divert_text([BINSH], address@hidden:@! /bin/sh])
 m4_divert_text([HEADER-COMMENT],
               address@hidden:@ Generated from __file__ by m4_PACKAGE_STRING.])
 m4_divert_text([M4SH-SANITIZE], [_AS_SHELL_SANITIZE])
+m4_divert_text([M4SH-INIT-FN], [m4_text_box([M4sh Shell Functions.])])
 
 # Let's go!
 m4_divert_pop([KILL])[]dnl
-m4_divert_push([BODY])[]dnl
+m4_divert_push([BODY])
+m4_text_box([Main body of script.])
 _AS_DETECT_REQUIRED([_AS_SHELL_FN_WORK])dnl
 AS_REQUIRE([_AS_UNSET_PREPARE])dnl For backwards compatibility.
 ])


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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