summaryrefslogtreecommitdiff
path: root/lib/autoconf/functions.m4
Commit message (Expand)AuthorAgeFilesLines
* Improve AC_FUNC_MMAP commentsHEADmasterPaul Eggert2023-05-171-0/+2
* Fix port of AC_FUNC_MMAPPaul Eggert2023-05-101-5/+36
* Port AC_FUNC_MMAP to more-modern systemsPaul Eggert2023-05-101-39/+5
* Remove the last few internal uses of AC_EGREP_CPP.Zack Weinberg2023-04-021-5/+5
* Overhaul AC_TYPE_GETGROUPS and AC_FUNC_GETGROUPS.Zack Weinberg2023-04-021-31/+30
* spelling fixesPaul Eggert2023-01-211-1/+1
* make update-copyrightPaul Eggert2023-01-201-1/+1
* AC_SYS_LARGEFILE: Don’t enlarge time_t by defaultZack Weinberg2022-12-251-22/+44
* Use UTF-8 and spell "François" correctlyPaul Eggert2022-12-241-2/+2
* More fixes for compilers that reject K&R function definitions.Zack Weinberg2022-11-101-3/+3
* Port to compilers that moan about K&R func declsPaul Eggert2022-09-021-3/+0
* Fix compilation errors in 32-bit C++ mode on HP-UX 11/ia64Paul Eggert2022-08-091-1/+7
* Refactor recent AC_FUNC_ALLOCA fixPaul Eggert2022-06-281-9/+4
* AC_FUNC_ALLOCA: fix a misplaced (now fatal) closing "fi"Jim Meyering2022-06-271-1/+3
* make update-copyrightPaul Eggert2022-05-191-1/+1
* Autoconf now quotes 'like this' instead of `like this'Paul Eggert2021-07-201-46/+46
* make update-copyrightZack Weinberg2021-01-281-1/+1
* Port minor AC_FUNC_ALLOCA fixes from GnulibPaul Eggert2020-12-111-5/+5
* AC_FUNC_SETPGRP: Don’t depend on the return type of setpgrp.Zack Weinberg2020-11-301-9/+8
* AC_FUNC_STRERROR_R: Include string.h in test program.Zack Weinberg2020-11-051-1/+1
* Treat msys(2) the same as cygwin when looking at host_os.Jannick2020-10-281-2/+2
* Fix regressions when using the C++ compiler to perform tests.Zack Weinberg2020-10-101-41/+30
* Autoupdate AC_{DIAGNOSE,FATAL,OBSOLETE,WARNING} and _AC_COMPUTE_INT.Zack Weinberg2020-09-221-4/+4
* Remove obsolete Cray supportPaul Eggert2020-07-301-20/+0
* Fix ${VAR-NONWORD} bugsPaul Eggert2020-07-161-3/+2
* Consistently expand macros in whitespace-separated lists.Zack Weinberg2020-06-291-11/+36
* AC_REPLACE_FUNCS: invoke _AH_CHECK_FUNC and AC_LIBSOURCE unconditionally.Zack Weinberg2020-06-291-10/+29
* maint: make update-copyrightJim Meyering2020-01-011-1/+1
* Prefer HTTPS to FTP and HTTPPaul Eggert2017-09-161-1/+1
* maint: update copyright dates for 2017Jim Meyering2017-01-011-1/+1
* autoconf: prefer an unrolled loop for trivial AC_CHECK_FUNCSPaolo Bonzini2016-12-211-4/+9
* AC_CHECK_FUNCS_ONCE: hoist cache name computation to m4 timeEric Blake2016-12-211-7/+17
* AC_CHECK_FUNCS_ONCE: hoist CPP name computation to m4 timeEric Blake2016-12-211-3/+13
* AC_CHECK_FUNCS_ONCE: honor current AC_LANGEric Blake2016-12-201-8/+9
* maint: make update-copyrightPaul Eggert2016-02-061-1/+1
* Port better to gcc -fsanitize=addressPaul Eggert2016-02-061-2/+8
* Fix memory leak in AC_FUNC_MMAPPaul Eggert2016-02-051-0/+2
* maint: bump copyright to 2015Paul Eggert2015-01-021-1/+1
* Change main () to main (void) for C/C++Vincent Lefevre2014-02-131-5/+5
* maint: bump copyright to 2014Eric Blake2014-01-011-1/+1
* Use AC_CHECK_{DECLS,FUNCS,HEADERS}_ONCE more in specific-check macros.Zack Weinberg2013-09-211-17/+15
* Modernize AC_INCLUDES_DEFAULT and friends.Zack Weinberg2013-09-211-37/+10
* * lib/autoconf/functions.m4 (HAVE_DOPRNT): Fix missing-comma typo.Paul Eggert2013-06-211-1/+1
* AC_PROG_CC etc: avoid warnings when removing conftest* on OS XPaul Eggert2013-03-081-1/+1
* AC_FUNC_SETPGRP: work even when cross-compilingPaul Eggert2013-02-131-9/+7
* maint: bump copyright to 2013Eric Blake2013-01-031-1/+1
* AC_FUNC_ALLOCA: port to recent BSDs and remove obsolete AIXPaul Eggert2012-12-201-17/+17
* maint: fix the comment at the end of _AC_FUNC_REALLOC_IFAdrian Bunk2012-09-251-1/+1
* AC_FUNC_VFORK: check for Solaris 2.4 signal-handling bugPaul Eggert2012-09-161-4/+20
* functions: add Bitrig defaultsDavid Hill2012-06-181-2/+2