summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Overhaul AC_TYPE_GETGROUPS and AC_FUNC_GETGROUPS.Zack Weinberg2023-04-021-1/+1
* Make AC_PROG_GCC_TRADITIONAL a compatibility alias for AC_PROG_CC.Zack Weinberg2023-04-021-1/+1
* Go back to requiring only Perl 5.6+ for usersPaul Eggert2023-03-311-1/+1
* Cater to programs misusing AC_EGREP_HEADERPaul Eggert2023-03-311-0/+24
* tests: avoid an unwarranted test failurev2.72cJim Meyering2023-03-261-1/+1
* Skip all Autotest parallelism tests if using Guix’s bash.Zack Weinberg2023-03-121-1/+9
* spelling fixesPaul Eggert2023-01-214-4/+4
* make update-copyrightPaul Eggert2023-01-2021-21/+21
* AC_SYS_LARGEFILE: Don’t enlarge time_t by defaultZack Weinberg2022-12-251-1/+4
* Fix testsuite failures with bash 5.2.Xi Ruoyao2022-09-301-2/+4
* Port to compilers that moan about K&R func declsPaul Eggert2022-09-022-5/+5
* Handle z/OS Unix ‘set’ outputPaul Eggert2022-07-141-0/+1
* Fix testsuite failures on Darwin (aka macOS).Zack Weinberg2022-07-101-2/+2
* Require Perl 5.10.0 or later.Zack Weinberg2022-07-101-1/+1
* testsuite: Handle `balanced ASCII quotes' correctly in m4 errors.Zack Weinberg2022-07-062-17/+7
* Avoid \] in BREs and EREsPaul Eggert2022-06-281-1/+1
* AC_FUNC_ALLOCA: fix a misplaced (now fatal) closing "fi"Jim Meyering2022-06-271-0/+8
* tests: avoid test failures due to new EGREP_TRADITIONALJim Meyering2022-06-271-0/+1
* make update-copyrightPaul Eggert2022-05-1921-21/+21
* Work around memory-leak false alarmsPaul Eggert2022-03-311-0/+2
* Fix bug with AS_IF and ‘set -e’Paul Eggert2022-03-311-0/+4
* add new AC_PROG_AR helperMike Frysinger2022-01-241-1/+1
* Rewrite bin/autoconf in Perl.Zack Weinberg2021-09-151-1/+1
* Port test to next m4 versionPaul Eggert2021-08-311-1/+11
* Fortran Cray pointer macro supportMarshall Ward2021-08-161-2/+87
* tests: typo fixEric Blake2021-08-121-1/+1
* Autoconf now quotes 'like this' instead of `like this'Paul Eggert2021-07-2015-148/+148
* make update-copyrightZack Weinberg2021-01-2821-24/+25
* autom4te: always update the output file, even if it hasn’t changedZack Weinberg2020-12-291-0/+46
* Restore compatibility with older std-gnu11.m4.Zack Weinberg2020-12-235-187/+1108
* Use -fno-builtin, not -Werror, in AC_CHECK_DECLS (#110400)Zack Weinberg2020-12-232-9/+11
* autom4te: correct error message when we can’t create autom4te.cache.Zack Weinberg2020-12-231-2/+18
* testsuite: log version of M4 and PerlZack Weinberg2020-12-082-0/+4
* Three minor testsuite fixes.Zack Weinberg2020-12-082-9/+38
* autoreconf --install --force: replace install-sh with no timestampZack Weinberg2020-12-081-12/+24
* Small bug fixes for the test suite.Jannick2020-12-072-2/+8
* AC_INCLUDES_DEFAULT: Check for presence of C90 hosted headers (#110393)Zack Weinberg2020-12-064-20/+27
* Revert "AC_PROG_CC: define via AC_DEFUN_ONCE". (#110350)Zack Weinberg2020-12-041-1/+251
* Autotest: add official way to execute code before all/each test.Zack Weinberg2020-12-026-41/+99
* Make autoreconf --force --install overwrite existing files (#110371)Zack Weinberg2020-11-301-0/+56
* AT_CHECK_MACRO: test C++ as well as C, cross as well as nativeZack Weinberg2020-11-305-167/+765
* Rewrite mktests.sh in Perl.Zack Weinberg2020-11-303-254/+310
* Overhaul Erlang support.Zack Weinberg2020-11-302-59/+46
* Make “redefining AS_ECHO internals” test more robust.Zack Weinberg2020-11-301-4/+14
* torture.at: Insulate more tests from buggy third-party m4 files.Zack Weinberg2020-11-301-6/+16
* AC_INIT: better handling of unusual arguments (#110349)Zack Weinberg2020-11-161-11/+218
* AS_ECHO(_N): Do not expand macros named ‘s’ or ‘n’ (#110377)Zack Weinberg2020-11-161-0/+90
* AS_IF: Handle else clause being empty after macro expansion (#110369)Zack Weinberg2020-11-151-4/+2
* Support CONFIG_SITE being a list of entries.Ross Burton2020-11-111-0/+11
* tests/compile.at (AC_RUN_IFELSE): typo fixZack Weinberg2020-11-111-1/+1