summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* make update-copyrightZack Weinberg2021-01-2821-24/+25
* autom4te: always update the output file, even if it hasn’t changedZack Weinberg2020-12-301-0/+46
* Restore compatibility with older std-gnu11.m4.Zack Weinberg2020-12-305-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
* Improve handling of missing aux scripts.Zack Weinberg2020-10-201-0/+38
* autoreconf: cope with empty AC_CONFIG_SUBDIRS (bug 110331)Zack Weinberg2020-10-141-0/+22
* mktmpdir: Ensure that $tmp is always an absolute pathname.Zack Weinberg2020-09-241-0/+32
* tests/mktests.sh: fix awk syntax error.v2.69cZack Weinberg2020-09-241-2/+2
* Autoupdate AC_{DIAGNOSE,FATAL,OBSOLETE,WARNING} and _AC_COMPUTE_INT.Zack Weinberg2020-09-223-8/+133
* Use WARNINGS to pass down warnings options from autoreconf.Zack Weinberg2020-09-221-0/+47
* Disable all warnings when running autoconf as a subprocess.Zack Weinberg2020-09-222-23/+3
* Manually sync ChannelDefs.pm from automake.Zack Weinberg2020-09-229-63/+120
* Fix testsuite failures from ‘make maintainer-check-c++’.Zack Weinberg2020-08-281-2/+2
* AS_INIT: ensure fds 0, 1, 2 are openZack Weinberg2020-08-282-0/+100
* Add ‘START_TIME’ and ‘ToD’ to shell variable filter list.Zack Weinberg2020-08-261-2/+6
* Pass $(MAKE) down to testsuite.Zack Weinberg2020-08-261-1/+1
* tests: New helper macro AT_CHECK_MAKE.Zack Weinberg2020-08-206-96/+98
* tests/suite.at: m4_include acerlang.at.Zack Weinberg2020-08-201-0/+1
* Don’t distribute tests/ac*.at.Zack Weinberg2020-08-182-38/+35
* Warn if AC_INIT or AC_OUTPUT are missing from configure.ac (#107986)Zack Weinberg2020-08-188-28/+93
* Trim whitespace from arguments of AC_INIT (#107986)Zack Weinberg2020-08-181-8/+65
* Avoid one-argument ‘main’Paul Eggert2020-08-061-2/+2