[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/6] Use AC_CHECK_HEADERS_ONCE for the tests done by AC_INCLU
From: |
Eric Blake |
Subject: |
Re: [PATCH 4/6] Use AC_CHECK_HEADERS_ONCE for the tests done by AC_INCLUDES_DEFAULT. |
Date: |
Sat, 21 Sep 2013 07:37:00 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 |
On 09/14/2013 10:42 AM, Zack Weinberg wrote:
> * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): Divide into a public
> macro that AC_REQUIREs _AC_INCLUDES_DEFAULT_REQUIREMENTS, and ...
> (_AC_CHECK_HEADERS_ONCE): ... a private macro, that doesn't.
> (_AC_HEADERS_EXPANSION): Use $ac_includes_default, not
> AC_INCLUDES_DEFAULT.
> (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Use AC_CHECK_HEADERS_ONCE.
>
> Signed-off-by: Zack Weinberg <address@hidden>
> ---
> lib/autoconf/headers.m4 | 16 +++++++++++-----
> 1 files changed, 11 insertions(+), 5 deletions(-)
>
ACK
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
[PATCH 6/6] Expose the checks done by AC_INCLUDES_DEFAULT as a public macro., Zack Weinberg, 2013/09/15
[PATCH 5/6] Use AC_CHECK_{DECLS, FUNCS, HEADERS}_ONCE more in specific-check macros., Zack Weinberg, 2013/09/15
[PATCH 2/6] AC_CHECK_HEADER/AC_CHECK_HEADERS: complete transition to compile tests., Zack Weinberg, 2013/09/15