[SCM] GNU Autoconf source repository branch, master, updated. v2.64-8-gc6a777c

"Paolo Bonzini" <[email protected]>
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
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 <[email protected]>
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  <[email protected]>
+
+	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  <[email protected]>
 
 	* 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.