summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Consistently expand macros in whitespace-separated lists.Zack Weinberg2020-06-297-35/+377
* AC_REPLACE_FUNCS: invoke _AH_CHECK_FUNC and AC_LIBSOURCE unconditionally.Zack Weinberg2020-06-296-49/+197
* Look harder for a shell whose -n is known to work.Zack Weinberg2020-06-294-20/+31
* make fetchPaul Eggert2020-06-291-26/+26
* Update release advicePaul Eggert2020-06-291-2/+1
* Stop using up_to_date_pPaul Eggert2020-06-291-9/+22
* make fetchPaul Eggert2020-06-2923-2861/+3610
* Save and check Autom4te version in cachePaul Eggert2020-06-292-7/+23
* Fix undefined behavior in AC_SYS_LARGEFILEPaul Eggert2020-06-291-1/+1
* Look for AM_PROG_LIBTOOL tooAndreas Barth2020-06-292-0/+3
* Define $as_echo and $as_echo_n for backward compatibility.Zack Weinberg2020-03-133-5/+103
* _AS_REEXEC_WITH_SHELL: don’t use AS_EXIT.Zack Weinberg2020-03-131-1/+4
* README-hacking: re-configure from scratch during bootstrap.Zack Weinberg2020-03-131-0/+2
* Fix _AS_DETECT_BETTER_SHELL breakagePaul Eggert2020-03-121-1/+1
* Fix `make syntax-check'.Zack Weinberg2020-02-262-3/+3
* Mention 32-bit GNU/Linux 64-bit inodesPaul Eggert2020-02-211-0/+3
* Remove definition of _DARWIN_USE_64_BIT_INODEPaul Eggert2020-02-211-3/+0
* maint: make update-copyrightJim Meyering2020-01-0183-99/+119
* Document AIX 7.2 printf command gotchaPaul Eggert2019-12-251-0/+6
* Fix terminology typo in mkdir -p checkPaul Eggert2019-10-061-2/+2
* Port tests to Bash 5Ondrej Dubaj2019-09-102-3/+6
* Port AC_C_BIGENDIAN to recent clangPaul Eggert2019-05-291-4/+4
* doc/autoconf.texi: fix spelling/grammar nitsJim Meyering2018-12-151-39/+84
* AC_CHECK_DECL: when cached, don't overwrite a werror flagNoah Misch2018-11-242-2/+6
* lib: use list of unsafe chars, not safe onesPaul Eggert2018-03-192-7/+13
* fix quotingDaniel Colascione2018-03-193-2/+22
* Fix test suite with modern PerlDaniel Colascione2018-03-191-1/+1
* lib: fix update_file timestampsPaul Eggert2017-10-291-11/+10
* maint: update URLsPaul Eggert2017-09-2311-67/+55
* lib: check ‘install file dir/’Paul Eggert2017-09-231-1/+1
* maint: sync from AutomakePaul Eggert2017-09-234-70/+2
* Prefer HTTPS to FTP and HTTPPaul Eggert2017-09-1682-255/+255
* make fetchPaul Eggert2017-09-1621-1985/+2516
* "time stamp" -> "timestamp", as per POSIXPaul Eggert2017-09-166-12/+12
* doc: emphasize that config.h must be firstEric Blake2017-01-251-7/+16
* maint: update copyright dates for 2017Jim Meyering2017-01-0184-85/+85
* doc: Mention effect of 'autoreconf -fi' on INSTALLEric Blake2016-12-232-7/+14
* doc: Patterns in m4_pattern_forbid cause error, not warningEric Blake2016-12-221-12/+21
* autoheader: check templates of all config headersDaniel Elstner2016-12-213-11/+56
* autoconf: prefer an unrolled loop for trivial AC_CHECK_HEADERSPaolo Bonzini2016-12-211-6/+10
* autoconf: prefer an unrolled loop for trivial AC_CHECK_FUNCSPaolo Bonzini2016-12-211-4/+9
* AC_CHECK_HEADERS_ONCE: hoist cache name computation to m4 timeEric Blake2016-12-211-9/+18
* AC_CHECK_FUNCS_ONCE: hoist cache name computation to m4 timeEric Blake2016-12-211-7/+17
* AC_CHECK_HEADERS_ONCE: hoist CPP name computation to m4 timeEric Blake2016-12-211-4/+16
* AC_CHECK_FUNCS_ONCE: hoist CPP name computation to m4 timeEric Blake2016-12-211-3/+13
* AC_CHECK_HEADERS_ONCE: honor current AC_LANGEric Blake2016-12-212-11/+14
* AC_CHECK_FUNCS_ONCE: honor current AC_LANGEric Blake2016-12-202-8/+13
* * doc/autoconf.texi (Using Autotest): Stop mentioning Free Recode.Bruno Haible2016-12-141-1/+1
* autoconf: refine quadrigraph test in _AC_DEFINE_UNQUOTEDPaolo Bonzini2016-11-041-2/+4
* doc: fix an infinitely recursing exampleQuinn Grier2016-11-021-4/+4