bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: small regression in autoconf-2.64 AC_CHECK_MEMBERS


From: Paolo Bonzini
Subject: Re: small regression in autoconf-2.64 AC_CHECK_MEMBERS
Date: Mon, 10 Aug 2009 20:01:33 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2

Hi Bruno,

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

Paolo


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

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

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