summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Small bug fixes for the test suite.Jannick2020-12-072-2/+8
* Don’t use hosted headers when testing for C(++) standard level (#110393)Zack Weinberg2020-12-061-251/+407
* AC_INCLUDES_DEFAULT: Check for presence of C90 hosted headers (#110393)Zack Weinberg2020-12-067-68/+104
* Define _NETBSD_SOURCE and _OPENBSD_SOURCE in AC_USE_SYSTEM_EXTENSIONS (#110392)Julien ÉLIE2020-12-061-18/+34
* Revert "AC_PROG_CC: define via AC_DEFUN_ONCE". (#110350)Zack Weinberg2020-12-044-11/+269
* Autotest: add official way to execute code before all/each test.Zack Weinberg2020-12-029-74/+221
* Document better where to put -m32 or -m64 compiler options.Bruno Haible2020-12-011-3/+12
* Add a note to NEWS about ac_cv_header_stdlib_h not being set...v2.69eZack Weinberg2020-12-011-0/+3
* Make autoreconf --force --install overwrite existing files (#110371)Zack Weinberg2020-11-302-6/+102
* Add more release notes about compatibility problems.Zack Weinberg2020-11-301-0/+32
* AT_CHECK_MACRO: test C++ as well as C, cross as well as nativeZack Weinberg2020-11-306-167/+777
* Rewrite mktests.sh in Perl.Zack Weinberg2020-11-303-254/+310
* Overhaul Erlang support.Zack Weinberg2020-11-304-148/+84
* 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
* Avoid ‘new File::Temp’ in Perl scripts.Zack Weinberg2020-11-302-16/+9
* Disentangle HAVE__BOOL from ac_cv_header_stdbool_h.Zack Weinberg2020-11-301-45/+89
* AC_FUNC_SETPGRP: Don’t depend on the return type of setpgrp.Zack Weinberg2020-11-302-12/+15
* AC_C_CHAR_UNSIGNED: Remove check of $GCC.Zack Weinberg2020-11-301-2/+3
* sc_error_message_uppercase: allow fully uppercased wordsZack Weinberg2020-11-301-2/+5
* make fetch and update savannah gitweb urls to cgit.Zack Weinberg2020-11-308-130/+128
* AC_INIT: better handling of unusual arguments (#110349)Zack Weinberg2020-11-163-72/+342
* AS_ECHO(_N): Do not expand macros named ‘s’ or ‘n’ (#110377)Zack Weinberg2020-11-162-4/+103
* Don’t issue obsoletion warnings for AC_LANG_SAVE/RESTORE (#110375)Zack Weinberg2020-11-151-8/+13
* AS_IF: Handle else clause being empty after macro expansion (#110369)Zack Weinberg2020-11-154-17/+41
* Support CONFIG_SITE being a list of entries.Ross Burton2020-11-113-17/+22
* tests/compile.at (AC_RUN_IFELSE): typo fixZack Weinberg2020-11-111-1/+1
* autom4te: replace output file atomically (#110305)Ben Pfaff2020-11-101-10/+30
* make fetchZack Weinberg2020-11-092-113/+113
* m4sh: Require shell to support $(...) command substitution.Zack Weinberg2020-11-092-0/+24
* Check in install-sh as synced from automake (#110368)Zack Weinberg2020-11-093-10/+535
* Mention AM_GNU_GETTEXT_REQUIRE_VERSION support in NEWS.Zack Weinberg2020-11-091-0/+6
* autoreconf: Support AM_GNU_GETTEXT_REQUIRE_VERSIONMichał Górny2020-11-092-13/+18
* Fix more bugs in specific tests under AC_LANG(C++).Zack Weinberg2020-11-092-2/+5
* Make ‘forbidden tokens, basic’ test more robust.Zack Weinberg2020-11-051-1/+10
* Do not apply --program-transform-name to build-aux scripts.Zack Weinberg2020-11-051-2/+21
* AC_FUNC_STRERROR_R: Include string.h in test program.Zack Weinberg2020-11-051-1/+1
* Define AC_REQUIRE_AUX_FILE with AC_DEFUN.Zack Weinberg2020-11-052-2/+49
* make fetchv2.69dZack Weinberg2020-11-033-15/+63
* fix ‘make syntax-check’ complaints (only affects comments).Zack Weinberg2020-11-034-4/+4
* _AC_PROG_YYTEXT_DECL: Forward declare yywrap (#110312)Jannick2020-11-031-0/+3
* autoreconf.in: improve compatibility with old perlZack Weinberg2020-11-021-4/+7
* Revert to 2.69-compatible behavior in AC_PROG_LEX (#110346)Zack Weinberg2020-11-025-42/+272
* AC_OPENMP: Avoid clobbering ‘mp’ and/or ‘penmp’ (#110353)Zack Weinberg2020-11-024-41/+159
* testsuite: Isolate aclocal from third-party macros (#110352).Zack Weinberg2020-11-023-23/+93
* AC_LANG_CALL(C++): Use ‘int’ for return type of conftest::$2.Zack Weinberg2020-11-011-7/+12
* Don’t search for X11 when cross compiling (#110345)Zack Weinberg2020-11-012-12/+35
* 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-283-5/+9