summaryrefslogtreecommitdiff
path: root/doc/autoconf.texi
Commit message (Expand)AuthorAgeFilesLines
...
* Autotest: add official way to execute code before all/each test.Zack Weinberg2020-12-021-0/+35
* Document better where to put -m32 or -m64 compiler options.Bruno Haible2020-12-011-3/+12
* AC_FUNC_SETPGRP: Don’t depend on the return type of setpgrp.Zack Weinberg2020-11-301-3/+7
* make fetch and update savannah gitweb urls to cgit.Zack Weinberg2020-11-301-6/+4
* AC_INIT: better handling of unusual arguments (#110349)Zack Weinberg2020-11-161-15/+85
* AS_IF: Handle else clause being empty after macro expansion (#110369)Zack Weinberg2020-11-151-7/+0
* Support CONFIG_SITE being a list of entries.Ross Burton2020-11-111-2/+2
* autoreconf: Support AM_GNU_GETTEXT_REQUIRE_VERSIONMichał Górny2020-11-091-4/+5
* fix ‘make syntax-check’ complaints (only affects comments).Zack Weinberg2020-11-031-1/+1
* Revert to 2.69-compatible behavior in AC_PROG_LEX (#110346)Zack Weinberg2020-11-021-16/+52
* AC_OPENMP: Avoid clobbering ‘mp’ and/or ‘penmp’ (#110353)Zack Weinberg2020-11-021-0/+18
* Improve handling of missing aux scripts (autoreconf)Zack Weinberg2020-10-201-18/+31
* Improve handling of missing aux scripts.Zack Weinberg2020-10-201-91/+103
* doc: improve AS_CASE, AS_IF docPaul Eggert2020-10-111-42/+73
* Don’t issue obsoletion warnings for AC_DIAGNOSE.Zack Weinberg2020-10-071-20/+44
* Update documentation related to warnings.Zack Weinberg2020-09-221-159/+128
* doc: Fix cross-reference for AC_TRY_LINKJonathan Wakely2020-09-221-2/+2
* doc: Mention two more shell portability problems.Bruno Haible2020-09-181-2/+19
* AC_PROG_*CPP: Try ‘cpp’ before ‘/lib/cpp’Zack Weinberg2020-09-101-4/+15
* autoreconf: integrate intltoolize into the standard configuration toolsEli Schwartz2020-08-181-3/+3
* autoreconf: integrate gtkdocize into the standard reconfiguration toolsEli Schwartz2020-08-181-5/+5
* Trim whitespace from arguments of AC_INIT (#107986)Zack Weinberg2020-08-181-1/+6
* Only probe C++ language features, not library, for speed (#110285)Zack Weinberg2020-08-041-56/+59
* Fix regression that broke Automake ‘make check’Paul Eggert2020-08-011-3/+13
* * 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-301-9/+5
* Test AC_FC_LINE_LENGTH only to 250 columnsPaul Eggert2020-07-171-1/+1
* Document that VAL must be a word in ${VAR-VALUE}Paul Eggert2020-07-161-19/+30
* Revise documentation for AC_PROG_LEX.Zack Weinberg2020-07-161-34/+39
* AC_PROG_LEX no longer sets LEXLIB for yywrapPaul Eggert2020-07-161-4/+9
* Document AC_EGREP* betterPaul Eggert2020-07-151-0/+30
* doc: More clarifications regarding --host and --build.Bruno Haible2020-07-151-8/+23
* Revert mistaken patch for BisonPaul Eggert2020-07-151-1/+1
* Use more-modern cross-compilation examplesPaul Eggert2020-07-151-12/+13
* * doc/autoconf.texi: Fix mishandling of `.v2.69bPaul Eggert2020-07-131-1/+3
* Update hyperlinks in the manual and README-hacking.Zack Weinberg2020-07-101-10/+12
* Document AS_IF(..., ..., [[]]) glitchPaul Eggert2020-07-101-0/+7
* Fix `make syntax-check'.Zack Weinberg2020-02-261-2/+2
* Document AIX 7.2 printf command gotchaPaul Eggert2019-12-251-0/+6
* doc/autoconf.texi: fix spelling/grammar nitsJim Meyering2018-12-151-39/+84
* maint: update URLsPaul Eggert2017-09-231-31/+24
* Prefer HTTPS to FTP and HTTPPaul Eggert2017-09-161-15/+15
* "time stamp" -> "timestamp", as per POSIXPaul Eggert2017-09-161-1/+1
* doc: emphasize that config.h must be firstEric Blake2017-01-251-7/+16
* maint: update copyright dates for 2017Jim Meyering2017-01-011-1/+1
* doc: Mention effect of 'autoreconf -fi' on INSTALLEric Blake2016-12-231-5/+12
* doc: Patterns in m4_pattern_forbid cause error, not warningEric Blake2016-12-221-12/+21