]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Expose the checks done by AC_INCLUDES_DEFAULT as a public macro.
authorZack Weinberg <zackw@panix.com>
Sun, 15 Sep 2013 21:16:18 +0000 (17:16 -0400)
committerZack Weinberg <zackw@panix.com>
Sun, 22 Sep 2013 00:02:47 +0000 (20:02 -0400)
commitf181785d0e754b4265d592e7288169b976cfc441
treeed31f359be620914762c38694592280b366b0699
parent5509c49845d13d81585ab1939a5eae418eef9a96
Expose the checks done by AC_INCLUDES_DEFAULT as a public macro.

 * 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, NEWS: Document AC_CHECK_INCLUDES_DEFAULT.
NEWS
doc/autoconf.texi
lib/autoconf/headers.m4