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


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-359-g49ffd6c
Date: Tue, 12 Feb 2008 16:08:14 +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=49ffd6c9c13b0df14df1c42d56eaecac6bb246c2

The branch, master has been updated
       via  49ffd6c9c13b0df14df1c42d56eaecac6bb246c2 (commit)
      from  e93d422b9e929aa19c8c9148718bff3cdfa7ccaf (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 49ffd6c9c13b0df14df1c42d56eaecac6bb246c2
Author: Eric Blake <address@hidden>
Date:   Tue Feb 12 08:49:59 2008 -0700

    Avoid trailing space in config.h with AC_DEFINE([var], []).
    
    * lib/autoconf/general.m4 (_AC_DEFINE_Q): Explicitly mark empty
    defines with a comment.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog               |    6 ++++++
 lib/autoconf/general.m4 |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4ee1cd4..8fe8873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-12  Eric Blake  <address@hidden>
+
+       Avoid trailing space in config.h with AC_DEFINE([var], []).
+       * lib/autoconf/general.m4 (_AC_DEFINE_Q): Explicitly mark empty
+       defines with a comment.
+
 2008-02-08  Eric Blake  <address@hidden>
 
        Fix texinfo typos in previous patch.
diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
index 92483db..645108e 100644
--- a/lib/autoconf/general.m4
+++ b/lib/autoconf/general.m4
@@ -2056,7 +2056,7 @@ m4_cond([m4_index([$3], [
 m4_ifval([$4], [AH_TEMPLATE(AC_name, [$4])])dnl
 m4_popdef([AC_name])dnl
 cat >>confdefs.h <<$1_ACEOF
address@hidden:@define] $2 m4_if($#, 2, 1, [$3])
address@hidden:@define] $2 m4_if([$#], 2, 1, [$3], [], [/**/], [$3])
 _ACEOF
 ])
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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