summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don’t issue obsoletion warnings for AC_DIAGNOSE.Zack Weinberg2020-10-073-41/+82
* NEWS: Mention more bug fixes.Zack Weinberg2020-10-051-14/+56
* Reorganize 2.70 NEWSZack Weinberg2020-09-261-160/+204
* mktmpdir: Ensure that $tmp is always an absolute pathname.Zack Weinberg2020-09-242-24/+49
* tests/mktests.sh: fix awk syntax error.v2.69cZack Weinberg2020-09-241-2/+2
* build-aux/fetch.pl: Fetch ChannelDefs.pm from automake.Zack Weinberg2020-09-241-0/+1
* Autoupdate AC_{DIAGNOSE,FATAL,OBSOLETE,WARNING} and _AC_COMPUTE_INT.Zack Weinberg2020-09-2213-70/+205
* Update documentation related to warnings.Zack Weinberg2020-09-221-159/+128
* Use WARNINGS to pass down warnings options from autoreconf.Zack Weinberg2020-09-222-44/+88
* Disable all warnings when running autoconf as a subprocess.Zack Weinberg2020-09-225-33/+18
* New utility function Autom4te::ChannelDefs::merge_WARNINGS.Zack Weinberg2020-09-221-1/+64
* Manually sync ChannelDefs.pm from automake.Zack Weinberg2020-09-2218-120/+334
* doc: Fix cross-reference for AC_TRY_LINKJonathan Wakely2020-09-221-2/+2
* bin/autoconf.as: Fix --help.Zack Weinberg2020-09-221-2/+2
* Consistently use ‘our’ instead of ‘use vars’ in Perl.Zack Weinberg2020-09-215-30/+19
* make fetch yet againZack Weinberg2020-09-216-59/+46
* doc: Mention two more shell portability problems.Bruno Haible2020-09-181-2/+19
* make fetchZack Weinberg2020-09-112-12/+6
* Fetch more files from their official upstream.Zack Weinberg2020-09-111-57/+102
* Rewrite fetch.sh in Perl.Zack Weinberg2020-09-113-83/+244
* AC_PROG_*CPP: Try ‘cpp’ before ‘/lib/cpp’Zack Weinberg2020-09-102-12/+23
* make fetchZack Weinberg2020-09-038-23/+22
* Add Configure_ac.pm to set of files to be synced from automake.Zack Weinberg2020-09-031-0/+1
* Fetch gnulib files from gitweb.Zack Weinberg2020-09-032-54/+83
* Fatalize all warnings in Perl code.Zack Weinberg2020-08-3114-14/+14
* Autom4te::XFile: Remove unnecessary imports.Zack Weinberg2020-08-311-4/+1
* Rationalize ‘use’ order in Perl code.Zack Weinberg2020-08-3115-54/+82
* perl: Replace -w option in shebangs with ‘use warnings’ in codeSerhii Popovych2020-08-3113-6/+18
* BUGS: Remove mention of old shells lacking functions.Zack Weinberg2020-08-281-4/+0
* Fix testsuite failures from ‘make maintainer-check-c++’.Zack Weinberg2020-08-282-3/+8
* Suppress ‘make syntax-check’ complaint about use of strcmp.Zack Weinberg2020-08-281-1/+3