summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ‘forbidden tokens, basic’ test more robust.Zack Weinberg2020-11-051-1/+10
* Define AC_REQUIRE_AUX_FILE with AC_DEFUN.Zack Weinberg2020-11-051-1/+48
* Revert to 2.69-compatible behavior in AC_PROG_LEX (#110346)Zack Weinberg2020-11-022-0/+126
* AC_OPENMP: Avoid clobbering ‘mp’ and/or ‘penmp’ (#110353)Zack Weinberg2020-11-021-0/+51
* testsuite: Isolate aclocal from third-party macros (#110352).Zack Weinberg2020-11-023-23/+93
* Ignore stderr when testing parallel autotest (#110351).Zack Weinberg2020-10-311-6/+17
* tests/m4sh.at: prevent an undesirable expansion of __oline__.Zack Weinberg2020-10-291-1/+1
* Treat msys(2) the same as cygwin when looking at host_os.Jannick2020-10-281-1/+2
* Improve handling of missing aux scripts (autoreconf)Zack Weinberg2020-10-202-1/+61