Hi Bruno,

thanks for the report. As self-proclaimed interim maintainer, I'm committing this.

Paolo


commit 1495979220f8fd382b9cf45ea0342e4d1bd40efb
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.

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]


Reply via email to