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.61a-261


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-261-g44fa054
Date: Sun, 04 Nov 2007 16:04:42 +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=44fa05486577665e4ca071f60d51f3df11324ffa

The branch, master has been updated
       via  44fa05486577665e4ca071f60d51f3df11324ffa (commit)
       via  bf5fec7028a13200deaf2a1b059ca6158a342641 (commit)
       via  e198ad2dcb3da9347e339212f30635fa0dee7de6 (commit)
       via  17add51e4ed3f2db7a4a26b4dca14d0c3a12de8e (commit)
      from  6304c69b45c45d748ee73a80a581904b8bec00b9 (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 44fa05486577665e4ca071f60d51f3df11324ffa
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Nov 4 17:02:30 2007 +0100

    * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.

commit bf5fec7028a13200deaf2a1b059ca6158a342641
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Nov 4 17:00:57 2007 +0100

    * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.

commit e198ad2dcb3da9347e339212f30635fa0dee7de6
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Nov 4 16:59:38 2007 +0100

    * build-aux/.gitignore: Ignore mkinstalldirs.

commit 17add51e4ed3f2db7a4a26b4dca14d0c3a12de8e
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Nov 4 16:58:26 2007 +0100

    * doc/autoconf.texi (autoreconf Invocation): Fix an underfull line.

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

Summary of changes:
 ChangeLog                 |   10 ++++++++++
 build-aux/.gitignore      |    3 ++-
 doc/autoconf.texi         |    2 +-
 lib/autoconf/functions.m4 |    2 +-
 lib/m4sugar/Makefile.am   |    2 ++
 5 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d52ab6c..9cb4879 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-11-04  Ralf Wildenhues  <address@hidden>
+
+       * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.
+
+       * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.
+
+       * build-aux/.gitignore: Ignore mkinstalldirs.
+
+       * doc/autoconf.texi (autoreconf Invocation): Fix an underfull line.
+
 2007-11-03  Jim Meyering  <address@hidden>
 
        s/-/./ in snapshot version string: 2.61a-256-8b556 -> 2.61a.256-8b556
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index 234c017..4d07c5a 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -1,4 +1,5 @@
 elisp-comp
 install-sh
-missing
 mdate-sh
+missing
+mkinstalldirs
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 2b20548..6190603 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -1549,7 +1549,7 @@ If you install a new version of some tool, you can make
 @option{--force} option.
 
 @xref{Automatic Remaking}, for Make rules to automatically
-remake @command{configure} scripts when their source files change.  That
+rebuild @command{configure} scripts when their source files change.  That
 method handles the timestamps of configuration header templates
 properly, but does not pass @address@hidden or
 @address@hidden
diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index 95f7b73..7b6bb36 100644
--- a/lib/autoconf/functions.m4
+++ b/lib/autoconf/functions.m4
@@ -881,7 +881,7 @@ char *malloc ();
               [ac_cv_func_malloc_0_nonnull=no],
               [ac_cv_func_malloc_0_nonnull=no])])
 AS_IF([test $ac_cv_func_malloc_0_nonnull = yes], [$1], [$2])
-])# AC_FUNC_MALLOC
+])# _AC_FUNC_MALLOC_IF
 
 
 # AC_FUNC_MALLOC
diff --git a/lib/m4sugar/Makefile.am b/lib/m4sugar/Makefile.am
index c983286..de32907 100644
--- a/lib/m4sugar/Makefile.am
+++ b/lib/m4sugar/Makefile.am
@@ -24,7 +24,9 @@ CLEANFILES = $(nodist_m4sugarlib_DATA)
 ## version.m4.  ##
 ## ------------ ##
 
+# The `:;' works around a redirected compound command bash exit status bug.
 version.m4: $(top_srcdir)/configure.ac
+       :; \
        {                                       \
          echo '# This file is part of -*- Autoconf -*-.'; \
          echo '# Version of Autoconf.'; \


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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