summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _AS_ENSURE_STANDARD_FDS: use lsof and fstat when possiblezack/ensure-standard-fdsZack Weinberg2020-08-271-9/+57
* AS_INIT: try to ensure fds 0, 1, 2 are openZack Weinberg2020-08-273-21/+194
* 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
* Properly skip erlang tests when erl/erlc are not available.Zack Weinberg2020-08-201-4/+4
* tests/suite.at: m4_include acerlang.at.Zack Weinberg2020-08-201-0/+1
* _AC_COMPILER_EXEEXT_CROSS: exit 77 if test program does not runZack Weinberg2020-08-181-1/+1
* Generate manpages in build directory.Zack Weinberg2020-08-181-16/+25
* Delete a dummy ChangeLog in ‘make distclean’.Zack Weinberg2020-08-181-0/+6
* Don’t distribute tests/ac*.at.Zack Weinberg2020-08-183-41/+41
* autoreconf: mention intltoolize and gtkdocize in --help output.Zack Weinberg2020-08-181-5/+6
* autoreconf: integrate intltoolize into the standard configuration toolsEli Schwartz2020-08-184-23/+50
* autoreconf: integrate gtkdocize into the standard reconfiguration toolsEli Schwartz2020-08-184-7/+36
* Warn if AC_INIT or AC_OUTPUT are missing from configure.ac (#107986)Zack Weinberg2020-08-1815-34/+154
* Trim whitespace from arguments of AC_INIT (#107986)Zack Weinberg2020-08-184-31/+130
* Avoid one-argument ‘main’Paul Eggert2020-08-061-2/+2
* Pacify -Werror in two placesPaul Eggert2020-08-061-4/+4
* * lib/autoconf/c.m4: Bring XL C comments up to date.Paul Eggert2020-08-061-7/+7
* * TODO: Add -Werror support.Paul Eggert2020-08-061-0/+7
* AT_CHECK_MACRO: Preserve config.log and config.status from run 1.Zack Weinberg2020-08-051-0/+2
* Only probe C++ language features, not library, for speed (#110285)Zack Weinberg2020-08-042-195/+167
* Filter out _AST_FEATURES when comparing environment state. (#110283)Zack Weinberg2020-08-041-7/+16
* Partially revert e54e3f90: restore use of $(MAKE) in error message.Zack Weinberg2020-08-041-1/+1
* Expect OpenIndiana test failurePaul Eggert2020-08-021-0/+7
* Work around ksh93 bug that broke config.statusPaul Eggert2020-08-021-2/+2
* Fix regression: autotools and whitespace in file namesPaul Eggert2020-08-011-5/+1
* make fetchPaul Eggert2020-08-012-3/+4
* Fix regression that broke Automake ‘make check’Paul Eggert2020-08-012-9/+30
* * doc/autoconf.texi: Tweak wording.Paul Eggert2020-07-311-20/+20
* doc: Update some more macro descriptions.Bruno Haible2020-07-311-1/+6
* doc: Refer to Gnulib where it makes sense.Bruno Haible2020-07-311-2/+29
* doc: Refer to Gnulib instead of asking clients to provide replacement code.Bruno Haible2020-07-311-0/+16
* Remove obsolete Cray supportPaul Eggert2020-07-302-29/+5
* Simplify Makefiles embedded in autotest.atZack Weinberg2020-07-271-22/+4
* Port AC_F77_LIBRARY_LDFLAGS to oneAPI HPC ToolkitPaul Eggert2020-07-221-0/+1
* Don’t assume plain ‘make’ in C unit testsPaul Eggert2020-07-202-3/+4
* Prefer ‘$(MAKE)’ to ‘make’ in MakefilesPaul Eggert2020-07-202-2/+2
* Port build procedure to AIX 7.1Paul Eggert2020-07-171-4/+4
* Test AC_FC_LINE_LENGTH only to 250 columnsPaul Eggert2020-07-174-7/+15
* Fix ${VAR-NONWORD} bugsPaul Eggert2020-07-163-10/+14
* Document that VAL must be a word in ${VAR-VALUE}Paul Eggert2020-07-161-19/+30
* tests/autotest.at: don’t use suffix rules to generate executablesZack Weinberg2020-07-161-6/+6
* tests/local.at: improve sed portabilityZack Weinberg2020-07-161-1/+2
* Revise documentation for AC_PROG_LEX.Zack Weinberg2020-07-163-38/+46