summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix ‘make syntax-check’ complaints (only affects comments).Zack Weinberg2020-11-033-3/+3
* _AC_PROG_YYTEXT_DECL: Forward declare yywrap (#110312)Jannick2020-11-031-0/+3
* Revert to 2.69-compatible behavior in AC_PROG_LEX (#110346)Zack Weinberg2020-11-021-18/+76
* AC_OPENMP: Avoid clobbering ‘mp’ and/or ‘penmp’ (#110353)Zack Weinberg2020-11-021-41/+77
* 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-011-12/+24
* Treat msys(2) the same as cygwin when looking at host_os.Jannick2020-10-282-4/+7
* Improve handling of missing aux scripts (autoreconf)Zack Weinberg2020-10-202-2/+13
* Improve handling of missing aux scripts.Zack Weinberg2020-10-204-76/+181
* _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-103-45/+46
* Don’t issue obsoletion warnings for AC_DIAGNOSE.Zack Weinberg2020-10-072-21/+38
* mktmpdir: Ensure that $tmp is always an absolute pathname.Zack Weinberg2020-09-241-24/+17
* Autoupdate AC_{DIAGNOSE,FATAL,OBSOLETE,WARNING} and _AC_COMPUTE_INT.Zack Weinberg2020-09-229-62/+62
* Disable all warnings when running autoconf as a subprocess.Zack Weinberg2020-09-221-1/+0
* New utility function Autom4te::ChannelDefs::merge_WARNINGS.Zack Weinberg2020-09-221-1/+64
* Manually sync ChannelDefs.pm from automake.Zack Weinberg2020-09-223-39/+177
* Consistently use ‘our’ instead of ‘use vars’ in Perl.Zack Weinberg2020-09-213-26/+15
* make fetch yet againZack Weinberg2020-09-215-51/+40
* AC_PROG_*CPP: Try ‘cpp’ before ‘/lib/cpp’Zack Weinberg2020-09-101-8/+8
* make fetchZack Weinberg2020-09-034-4/+3
* Fatalize all warnings in Perl code.Zack Weinberg2020-08-318-8/+8
* Autom4te::XFile: Remove unnecessary imports.Zack Weinberg2020-08-311-4/+1
* Rationalize ‘use’ order in Perl code.Zack Weinberg2020-08-319-36/+47
* perl: Replace -w option in shebangs with ‘use warnings’ in codeSerhii Popovych2020-08-318-1/+8
* Fix testsuite failures from ‘make maintainer-check-c++’.Zack Weinberg2020-08-281-1/+6
* 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-281-26/+52
* * 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
* Properly skip erlang tests when erl/erlc are not available.Zack Weinberg2020-08-201-4/+4
* _AC_COMPILER_EXEEXT_CROSS: exit 77 if test program does not runZack Weinberg2020-08-181-1/+1
* autoreconf: integrate intltoolize into the standard configuration toolsEli Schwartz2020-08-181-0/+1
* autoreconf: integrate gtkdocize into the standard reconfiguration toolsEli Schwartz2020-08-181-0/+1
* Warn if AC_INIT or AC_OUTPUT are missing from configure.ac (#107986)Zack Weinberg2020-08-184-1/+35
* Trim whitespace from arguments of AC_INIT (#107986)Zack Weinberg2020-08-181-22/+48
* 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
* Only probe C++ language features, not library, for speed (#110285)Zack Weinberg2020-08-041-139/+108
* Work around ksh93 bug that broke config.statusPaul Eggert2020-08-021-2/+2
* make fetchPaul Eggert2020-08-011-2/+3
* Remove obsolete Cray supportPaul Eggert2020-07-301-20/+0
* 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-201-1/+2
* Port build procedure to AIX 7.1Paul Eggert2020-07-171-4/+4
* Test AC_FC_LINE_LENGTH only to 250 columnsPaul Eggert2020-07-171-1/+1
* Fix ${VAR-NONWORD} bugsPaul Eggert2020-07-163-10/+14
* Revise documentation for AC_PROG_LEX.Zack Weinberg2020-07-161-1/+1
* AC_PROG_LEX no longer sets LEXLIB for yywrapPaul Eggert2020-07-161-0/+5
* Fix AC_PROG_LEX regressionPaul Eggert2020-07-161-4/+9