summaryrefslogtreecommitdiff
path: root/lib/autoconf/headers.m4
Commit message (Expand)AuthorAgeFilesLines
* Disentangle HAVE__BOOL from ac_cv_header_stdbool_h.Zack Weinberg2020-11-301-45/+89
* Fix regressions when using the C++ compiler to perform tests.Zack Weinberg2020-10-101-1/+1
* Autoupdate AC_{DIAGNOSE,FATAL,OBSOLETE,WARNING} and _AC_COMPUTE_INT.Zack Weinberg2020-09-221-4/+4
* Add AC_PROG_EGREP to AU_DEFUN for AC_HEADER_STDC (#110215)Zack Weinberg2020-07-121-3/+5
* Consistently expand macros in whitespace-separated lists.Zack Weinberg2020-06-291-14/+41
* maint: make update-copyrightJim Meyering2020-01-011-1/+1
* maint: update URLsPaul Eggert2017-09-231-2/+0
* Prefer HTTPS to FTP and HTTPPaul Eggert2017-09-161-3/+3
* maint: update copyright dates for 2017Jim Meyering2017-01-011-1/+1
* autoconf: prefer an unrolled loop for trivial AC_CHECK_HEADERSPaolo Bonzini2016-12-211-6/+10
* AC_CHECK_HEADERS_ONCE: hoist cache name computation to m4 timeEric Blake2016-12-211-9/+18
* AC_CHECK_HEADERS_ONCE: hoist CPP name computation to m4 timeEric Blake2016-12-211-4/+16
* AC_CHECK_HEADERS_ONCE: honor current AC_LANGEric Blake2016-12-211-8/+11
* AC_HEADER_MAJOR: port to glibc 2.25Eric Blake2016-09-151-16/+14
* Port AC_CHECK_HEADER_STDBOOL to C++11Paul Eggert2016-05-311-14/+18
* maint: make update-copyrightPaul Eggert2016-02-061-1/+1
* maint: bump copyright to 2015Paul Eggert2015-01-021-1/+1
* maint: bump copyright to 2014Eric Blake2014-01-011-1/+1
* Expose the checks done by AC_INCLUDES_DEFAULT as a public macro.Zack Weinberg2013-09-211-13/+9
* Use AC_CHECK_{DECLS,FUNCS,HEADERS}_ONCE more in specific-check macros.Zack Weinberg2013-09-211-2/+2
* Use AC_CHECK_HEADERS_ONCE for the tests done by AC_INCLUDES_DEFAULT.Zack Weinberg2013-09-211-7/+11
* Modernize AC_INCLUDES_DEFAULT and friends.Zack Weinberg2013-09-211-117/+72
* AC_CHECK_HEADER/AC_CHECK_HEADERS: complete transition to compile tests.Zack Weinberg2013-09-211-94/+28
* maint: bump copyright to 2013Eric Blake2013-01-031-1/+1
* AC_CHECK_ALIGNOF: fix cross-compilation bug with newer gccPaul Eggert2012-09-061-6/+2
* maint: update copyright yearPaul Eggert2012-01-041-1/+1
* autoconf: new macro AC_HEADER_CHECK_STDBOOLPaul Eggert2011-02-041-63/+72
* maint: update copyright yearEric Blake2011-01-041-2/+2
* AC_HEADER_STDBOOL: avoid spurious failure with modern xlcPaul Eggert2010-08-241-20/+2
* AC_HEADER_STDBOOL: avoid spurious clang failureEric Blake2010-08-231-4/+4
* Fix placing of ellipses in English text.Ralf Wildenhues2010-04-261-1/+1
* Update copyright year.Eric Blake2010-01-051-1/+1
* Update License to GPLv3+ including new Autoconf Exception.Ralf Wildenhues2009-09-091-36/+14
* Add back AH_CHECK_HEADERS.Paolo Bonzini2009-07-301-0/+6
* Fix AC_CHECK_HEADER infloop for gcc.Eric Blake2009-06-171-11/+16
* Reinstate _AC_CHECK_HEADER_OLD for gcc.Eric Blake2009-06-151-0/+14
* Use AC_DEFUN_ONCE for uncontroversial one-shot macros.Eric Blake2009-01-281-1/+1
* Revert change to AC_DIR_HEADER.Eric Blake2009-01-241-1/+2
* Clean up some bugs caught by preliminary dependency validation.Eric Blake2009-01-201-8/+7
* AC_HEADER_ASSERT: don't say assertions are disabled when they're notJim Meyering2008-12-101-6/+7
* Fix AC_HEADER_ASSERT w.r.t. --enable-assert.William Pursell2008-12-081-6/+8
* Fix AC_HEADER_ASSERT not to treat --enable-assert and --disable-assert the same.Paolo Bonzini2008-12-081-4/+8
* Use fn for shell functions, func for autoconf CHECK_FUNCS.Eric Blake2008-11-181-9/+9
* Use the new AS_FOR function.Eric Blake2008-11-151-10/+5
* Optimize single-argument loop.Eric Blake2008-11-131-3/+5
* Use more efficient macros in AC_CHECK_HEADERS.Eric Blake2008-11-101-26/+37
* Skip preprocessor check in AC_CHECK_HEADERS_ONCE.Eric Blake2008-11-061-2/+2
* Change `present but cannot be compiled' behavior to use compiler result.Paolo Bonzini2008-11-061-4/+2
* Rename _AC_CHECK_HEADER_OLD and _AC_CHECK_HEADER_NEW.Paolo Bonzini2008-10-311-26/+26
* Fix AS_ESCAPE usage together with AC_INCLUDES_DEFAULT.Paolo Bonzini2008-10-281-2/+2