[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 6/6] Expose the checks done by AC_INCLUDES_DEFAULT as a publi
From: |
Eric Blake |
Subject: |
Re: [PATCH 6/6] Expose the checks done by AC_INCLUDES_DEFAULT as a public macro. |
Date: |
Sat, 21 Sep 2013 09:57:56 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 |
On 09/15/2013 03:16 PM, Zack Weinberg wrote:
> * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
> Rename to AC_CHECK_INCLUDES_DEFAULT. All callers changed.
> (AC_HEADER_STDC, AC_UNISTD_H): Use AC_CHECK_INCLUDES_DEFAULT instead
> of previous kludge.
>
> * doc/autoconf.texi: Document AC_CHECK_INCLUDES_DEFAULT.
>
> Signed-off-by: Zack Weinberg <address@hidden>
> ---
> doc/autoconf.texi | 13 +++++++++++++
> lib/autoconf/headers.m4 | 22 +++++++++-------------
> 2 files changed, 22 insertions(+), 13 deletions(-)
>
Please also add a blurb to NEWS about the new macro. Even if people
don't use it, it's nice to have a single file for history of when public
macros were introduced.
ACK with that addition. And thanks again for tackling this!
--
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
- Re: [PATCH 6/6] Expose the checks done by AC_INCLUDES_DEFAULT as a public macro.,
Eric Blake <=
[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
[PATCH 1/6] * tests/local.at (AT_CHECK_M4): Support 'stderr' as fourth argument., Zack Weinberg, 2013/09/15