summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autoreconf: Add checks for Gtk-Doc usagebaserock/jjardon/gtk-docJavier Jardón2016-03-092-0/+23
* AC_C_RESTRICT: port better to non-GCC + glibcPaul Eggert2016-02-221-7/+9
* Move config.* man pages to its source treePaul Eggert2016-02-064-35/+4
* maint: make update-copyrightPaul Eggert2016-02-0683-84/+84
* port to new Autom4te::XFile APIPaul Eggert2016-02-066-30/+30
* make fetchPaul Eggert2016-02-0623-1239/+2415
* Port better to gcc -fsanitize=addressPaul Eggert2016-02-061-2/+8
* Fix memory leak in AC_FUNC_MMAPPaul Eggert2016-02-051-0/+2
* Document dash ${*-unset} behaviorPaul Eggert2016-02-051-1/+14
* Add -mdir flag for NAG Fortran compilerThomas Jahns2015-10-081-13/+9
* tests: port to recent libtool diagnosticsPaul Eggert2015-09-051-2/+2
* Add /opt/X11/include to X search pathPaul Eggert2015-08-071-0/+2
* doc: mention 'for' syntax issue on older shellsEric Blake2015-06-041-0/+36
* AC_CHECK_DECL, AC_CHECK_DECLS: port to the Clang compilerNoah Misch2015-05-134-4/+81
* m4_pattern_forbid: better documentationMatěj Týč2015-04-212-4/+15
* lib: use shorter way to test if variable is setEric Blake2015-04-2112-40/+43
* 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
* tests: avoid two false-positive parallel test failuresJim Meyering2015-02-011-2/+2
* doc: -f is now portable for cp and lnPaul Eggert2015-01-021-5/+5
* maint: bump copyright yearPaul Eggert2015-01-021-1/+1
* maint: bump copyright to 2015Paul Eggert2015-01-0283-84/+84
* Fix spurious testsuite failure when /bin/sh is dashStefano Lattarini2014-12-171-2/+2
* tests: avoid spurious test failure with libtool 2.4.3Gary V. Vaughan2014-11-031-1/+1
* docs: mention that not all values can be exportedEric Blake2014-11-031-0/+23
* doc: distinguish GCC from GNU C, etc.Paul Eggert2014-09-081-19/+19
* autoconf: clarify "checking" message for GNU-compatible compiliersPaul Eggert2014-09-082-21/+4
* 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-073-10/+60
* doc: Solaris 11 supports $(...)Paul Eggert2014-08-071-3/+3
* doc: modernize character encodingPaul Eggert2014-08-071-25/+26
* m4sh: allow trailing newlines in shell conditionsEric Blake2014-07-175-8/+20
* maint: add to THANKSEric Blake2014-05-301-0/+1
* 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-137-18/+18
* doc: give an example of using the macro for pkg-configEric Blake2014-02-051-0/+17
* tests: don't let config.site affect testsuiteEric Blake2014-01-011-0/+3
* maint: fix 'make syntax-check' findingsEric Blake2014-01-013-3/+3
* maint: bump copyright to 2014Eric Blake2014-01-0184-85/+85
* Expose the checks done by AC_INCLUDES_DEFAULT as a public macro.Zack Weinberg2013-09-213-13/+29
* 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-215-382/+263
* AC_CHECK_HEADER/AC_CHECK_HEADERS: complete transition to compile tests.Zack Weinberg2013-09-215-165/+122
* * tests/local.at (AT_CHECK_M4): Support 'stderr' as fourth argument.Zack Weinberg2013-09-211-2/+3