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.64-8-gc


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.64-8-gc6a777c
Date: Mon, 10 Aug 2009 18:02:19 +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=c6a777c4346bd4de6dc58ad30b9178ab9f691b7f

The branch, master has been updated
       via  c6a777c4346bd4de6dc58ad30b9178ab9f691b7f (commit)
      from  95af4dabfa0b9861200eecad659da4935d7db827 (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 c6a777c4346bd4de6dc58ad30b9178ab9f691b7f
Author: Paolo Bonzini <address@hidden>
Date:   Mon Aug 10 20:00:01 2009 +0200

    Fix description of the macro generated by AC_CHECK_MEMBERS.
    
    * lib/autoconf/types.m4 (_AC_CHECK_MEMBERS): Fix regex
    replacement.  Reported by Bruno Haible.

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

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

diff --git a/ChangeLog b/ChangeLog
index 85c68ee..7815596 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-10  Paolo Bonzini  <address@hidden>
+
+       Fix description of the macro generated by AC_CHECK_MEMBERS.
+       * lib/autoconf/types.m4 (_AC_CHECK_MEMBERS): Fix regex
+       replacement.  Reported by Bruno Haible.
+
 2009-08-07  Romain Lenglet  <address@hidden>
 
        * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Make AC_RUN_IFELSE
diff --git a/lib/autoconf/types.m4 b/lib/autoconf/types.m4
index 2d055de..949f9ad 100644
--- a/lib/autoconf/types.m4
+++ b/lib/autoconf/types.m4
@@ -911,7 +911,7 @@ AS_VAR_POPDEF([ac_Member])dnl
 m4_define([_AC_CHECK_MEMBERS],
 [[$1], [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$1]), [1],
   [Define to 1 if `]m4_bpatsubst([$1],
-    [^\([^.]*\)\.\(.*\)], [[\1' is a member of `\2]])['.])]])
+    [^\([^.]*\)\.\(.*\)], [[\2' is a member of `\1]])['.])]])
 
 # AC_CHECK_MEMBERS([AGGREGATE.MEMBER, ...],
 #                 [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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