summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve handling of missing aux scripts (autoreconf)Zack Weinberg2020-10-207-31/+304
* Improve handling of missing aux scripts.Zack Weinberg2020-10-207-167/+359
* autoreconf: remove redundant xsystem callsRoss Burton2020-10-141-4/+4
* autoreconf: cope with empty AC_CONFIG_SUBDIRS (bug 110331)Zack Weinberg2020-10-142-2/+25
* doc: improve AS_CASE, AS_IF docPaul Eggert2020-10-112-46/+77
* _AS_PATH_WALK: Use AS_IF for IF-NOT-FOUND argument.Zack Weinberg2020-10-101-1/+1
* Fix regressions when using the C++ compiler to perform tests.Zack Weinberg2020-10-104-45/+56