summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* make fetchPaul Eggert2016-02-063-37/+15
* Port better to gcc -fsanitize=addressPaul Eggert2016-02-061-2/+8
* Fix memory leak in AC_FUNC_MMAPPaul Eggert2016-02-051-0/+2
* Add -mdir flag for NAG Fortran compilerThomas Jahns2015-10-081-13/+9
* Add /opt/X11/include to X search pathPaul Eggert2015-08-071-0/+2
* AC_CHECK_DECL, AC_CHECK_DECLS: port to the Clang compilerNoah Misch2015-05-131-1/+59
* m4_pattern_forbid: better documentationMatěj Týč2015-04-211-2/+2
* lib: use shorter way to test if variable is setEric Blake2015-04-218-29/+29
* m4_set_foreach: minor optimizationEric Blake2015-04-211-2/+2
* m4sugar: fix pop typo in m4_set_foreachNick Bowler2015-04-201-1/+2
* AC_PROG_MKDIR_P: reduce macro output sizeEric Blake2015-04-091-2/+1
* AC_PROG_MKDIR_P: Also accept BusyBox mkdir -pBernhard Reutner-Fischer2015-04-091-0/+1
* maint: bump copyright to 2015Paul Eggert2015-01-0236-36/+36
* autoconf: clarify "checking" message for GNU-compatible compiliersPaul Eggert2014-09-081-1/+1
* autoconf: fix typo in previous changePaul Eggert2014-09-021-1/+1
* autoconf: port 'restrict' to GCC 4.2.1Paul Eggert2014-09-021-10/+13
* cross-compiling: handling modern platforms able to run foreign binaries.Jehan2014-08-081-1/+11
* autoconf: modernize AC_C_VARARRAYS for C11Paul Eggert2014-08-071-6/+46
* m4sh: allow trailing newlines in shell conditionsEric Blake2014-07-174-8/+16
* AC_INIT: quote invalid feature namesEric Blake2014-05-301-2/+2
* autoconf: fix typo in description generated by AC_RUN_IFELSEPaul Eggert2014-05-111-1/+1
* Change main () to main (void) for C/C++Vincent Lefevre2014-02-134-9/+9
* maint: fix 'make syntax-check' findingsEric Blake2014-01-012-2/+2
* maint: bump copyright to 2014Eric Blake2014-01-0136-36/+36
* Expose the checks done by AC_INCLUDES_DEFAULT as a public macro.Zack Weinberg2013-09-211-13/+9
* Use AC_CHECK_{DECLS,FUNCS,HEADERS}_ONCE more in specific-check macros.Zack Weinberg2013-09-212-19/+17
* Use AC_CHECK_HEADERS_ONCE for the tests done by AC_INCLUDES_DEFAULT.Zack Weinberg2013-09-211-7/+11
* Modernize AC_INCLUDES_DEFAULT and friends.Zack Weinberg2013-09-212-154/+82
* AC_CHECK_HEADER/AC_CHECK_HEADERS: complete transition to compile tests.Zack Weinberg2013-09-211-94/+28
* AC_INIT: add --runstatedir option to configureEric Blake2013-09-141-1/+12
* AC_PROG_CC: also try $CC -version, for cl6x compilerEric Blake2013-09-121-1/+1
* * lib/autoconf/functions.m4 (HAVE_DOPRNT): Fix missing-comma typo.Paul Eggert2013-06-211-1/+1
* AC_PROG_CC: don't check whether $CC supports "-c -o" togetherStefano Lattarini2013-05-281-25/+1
* maint: sync few files from upstreamStefano Lattarini2013-05-281-1/+1
* build: remove last make recursion (for subdir 'man')Stefano Lattarini2013-05-061-1/+1
* build: no more recursion for 'tests' subdirStefano Lattarini2013-05-061-7/+1
* build: fixup: don't define ETAGS_ARGS multiple timesStefano Lattarini2013-05-061-2/+2
* build: avoid repeating the same etags args several timesStefano Lattarini2013-05-061-4/+1
* build: no more recursion for lib 'subdir'Stefano Lattarini2013-05-062-84/+74
* build: define RELEASE_YEAR with AC_SUBSTStefano Lattarini2013-05-061-5/+1
* build: no more recursion for 'lib/Autom4te' subdirStefano Lattarini2013-05-062-38/+19
* build: no more recursion for' lib/autoconf' subdirStefano Lattarini2013-05-062-56/+39
* build: no more recursion for 'lib/m4sugar' subdirStefano Lattarini2013-05-063-87/+71
* build: no more recursion for 'lib/autotest' subdirStefano Lattarini2013-05-063-54/+32
* build: no more recursion for 'lib/autoscan' subdirStefano Lattarini2013-05-062-42/+29
* build: no more recursion for 'lib/emacs' subdirStefano Lattarini2013-05-062-4/+9
* build: don't distribute lib/freeze.mk explicitlyStefano Lattarini2013-05-061-1/+1
* AC_PROG_CC etc: avoid warnings when removing conftest* on OS XPaul Eggert2013-03-191-1/+1
* AC_PROG_YACC: don't force Bison to warn against its own featuresAkim Demaille2013-03-191-2/+2
* AC_PROG_CC etc: avoid warnings when removing conftest* on OS XPaul Eggert2013-03-083-5/+5