summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use UTF-8 and spell "François" correctlyPaul Eggert2022-12-2415-16/+16
* AC_USE_SYSTEM_EXTENSIONS now enables C23 Annex FPaul Eggert2022-12-241-1/+6
* Cater better to underquoted callersPaul Eggert2022-11-161-1/+1
* Modernize and regularize doc for C89 etc.Paul Eggert2022-11-111-7/+7
* More fixes for compilers that reject K&R function definitions.Zack Weinberg2022-11-103-9/+7
* MKDIR_P now falls back on mkdir -pPaul Eggert2022-10-121-18/+10
* Improve comment in previous changePaul Eggert2022-09-171-0/+4
* Allow users to clear BINSHPaul Eggert2022-09-171-7/+7
* autoconf: store autom4te request keys in sorted orderSergei Trofimovich2022-09-092-2/+2
* Port to compilers that moan about K&R func declsPaul Eggert2022-09-022-6/+3
* Port AC_CHECK_HEADER_STDBOOL to C23Paul Eggert2022-08-131-56/+13
* AC_SYS_LARGEFILE now widens time_t if possiblePaul Eggert2022-08-091-11/+123
* Fix compilation errors in 32-bit C++ mode on HP-UX 11/ia64Paul Eggert2022-08-091-1/+7
* Port AC_C_BIGENDIAN to cross gcc -std=c11 -fltoPaul Eggert2022-07-271-7/+14
* Fix testsuite failures on Darwin (aka macOS).Zack Weinberg2022-07-101-2/+4
* make fetchZack Weinberg2022-07-106-6/+6
* Require Perl 5.10.0 or later.Zack Weinberg2022-07-1010-10/+10
* Port _AC_COMPILER_EXEEXT to IBM z/OS UnixPaul Eggert2022-06-281-1/+2
* Avoid \] in BREs and EREsPaul Eggert2022-06-281-3/+1
* 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
* Fix bug: AC_EGREP_CPP with leading '-' in patternPaul Eggert2022-06-082-5/+21
* make update-copyrightPaul Eggert2022-05-1936-37/+37
* Work around AT&T 3b1 bugPaul Eggert2022-05-151-0/+2
* Work around memory-leak false alarmsPaul Eggert2022-03-311-1/+5
* Fix bug with AS_IF and ‘set -e’Paul Eggert2022-03-311-31/+13
* doc: update Manthey name+emailPaul Eggert2022-03-121-1/+1
* Fix unwanted globbing of sed scriptPaul Eggert2022-02-181-6/+8
* Clarify documentation of number formatPaul Eggert2022-02-121-10/+6
* add new AC_PROG_AR helperMike Frysinger2022-01-241-0/+8
* Generate version.m4 from config.status, in lib/ not lib/m4sugar/.Zack Weinberg2021-09-154-26/+19
* fortran: *mingw* → mingw* in previous patchPaul Eggert2021-09-011-1/+1
* fortran.m4: Filter mingw intrinsic librariesKeno Fischer2021-09-011-2/+2
* Add commentary for Time::HiRes patchesPaul Eggert2021-08-311-0/+5
* Fix bug when autom4te updates too quicklyAndreas K. Hüttel2021-08-311-4/+5
* Port AC_LANG_CALL(C) to C++Paul Eggert2021-08-311-1/+7
* Fortran Cray pointer macro supportMarshall Ward2021-08-161-0/+70
* Autoconf now quotes 'like this' instead of `like this'Paul Eggert2021-07-2022-593/+593
* Document unquoted here-documents betterPaul Eggert2021-07-182-4/+4
* _AC_PROG_CXX_STDCXX_EDITION_TRY: fix typo in variable nameEmanuele Giaquinta2021-06-301-2/+2
* make update-copyrightZack Weinberg2021-01-2835-50/+55
* Restore compatibility with older std-gnu11.m4.Zack Weinberg2020-12-231-186/+258
* Use -fno-builtin, not -Werror, in AC_CHECK_DECLS (#110400)Zack Weinberg2020-12-231-74/+84
* Improve AC_USE_SYSTEM_EXTENSIONS port to HP-UX 11.11Paul Eggert2020-12-111-0/+6
* Port minor AC_HEADER_MAJOR fixes from GnulibPaul Eggert2020-12-111-4/+4
* Port minor AC_FUNC_ALLOCA fixes from GnulibPaul Eggert2020-12-111-5/+5
* Improve port of AC_C_RESTRICT to Oracle C++Paul Eggert2020-12-111-6/+7
* _AC_PROG_CC_C99: fix typo (#110396)Zack Weinberg2020-12-081-1/+1
* lib/autotest/general.m4: typo fixZack Weinberg2020-12-081-1/+1
* Update documentation of AC_USE_SYSTEM_EXTENSIONS.Zack Weinberg2020-12-071-44/+64