summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Autotest: add official way to execute code before all/each test.zack/autotest-new-hooksZack Weinberg2020-10-299-74/+221
* 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
* AS_INIT: ensure fds 0, 1, 2 are openZack Weinberg2020-08-283-26/+152
* 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
* Add NetBSD /bin/sh to the -n whitelist.Zack Weinberg2020-08-261-3/+4
* * lib/autoconf/types.m4: Say "Microsoft" before "Windows".Paul Eggert2020-08-231-4/+4
* AC_TYPE_PID_T: Define pid_t correctly on 64-bit native Windows.Bruno Haible2020-08-231-1/+26
* Generate manpages directly from source code.Zack Weinberg2020-08-2115-53/+386
* Fix ‘make distcheck’ failure due to generated manpages in build dir.Zack Weinberg2020-08-211-3/+12
* tests: New helper macro AT_CHECK_MAKE.Zack Weinberg2020-08-206-96/+98