summaryrefslogtreecommitdiff
path: root/lib/autoconf/general.m4
Commit message (Expand)AuthorAgeFilesLines
* Warn if AC_INIT or AC_OUTPUT are missing from configure.ac (#107986)zack/bug-107986Zack Weinberg2020-08-141-0/+23
* Trim whitespace from arguments of AC_INIT (#107986)Zack Weinberg2020-08-061-22/+48
* Don’t assume plain ‘make’ in C unit testsPaul Eggert2020-07-201-1/+2
* Consistently expand macros in whitespace-separated lists.Zack Weinberg2020-06-291-2/+4
* maint: make update-copyrightJim Meyering2020-01-011-1/+1
* AC_CHECK_DECL: when cached, don't overwrite a werror flagNoah Misch2018-11-241-2/+2
* lib: use list of unsafe chars, not safe onesPaul Eggert2018-03-191-4/+12
* fix quotingDaniel Colascione2018-03-191-1/+14
* Prefer HTTPS to FTP and HTTPPaul Eggert2017-09-161-6/+6
* maint: update copyright dates for 2017Jim Meyering2017-01-011-1/+1
* autoconf: refine quadrigraph test in _AC_DEFINE_UNQUOTEDPaolo Bonzini2016-11-041-2/+4
* maint: make update-copyrightPaul Eggert2016-02-061-1/+1
* AC_CHECK_DECL, AC_CHECK_DECLS: port to the Clang compilerNoah Misch2015-05-131-1/+59
* lib: use shorter way to test if variable is setEric Blake2015-04-211-2/+2
* maint: bump copyright to 2015Paul Eggert2015-01-021-1/+1
* m4sh: allow trailing newlines in shell conditionsEric Blake2014-07-171-1/+2
* 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
* maint: bump copyright to 2014Eric Blake2014-01-011-1/+1
* AC_INIT: add --runstatedir option to configureEric Blake2013-09-141-1/+12
* AC_PROG_CC etc: avoid warnings when removing conftest* on OS XPaul Eggert2013-03-191-1/+1
* maint: bump copyright to 2013Eric Blake2013-01-031-1/+1
* AC_CONFIG_MACRO_DIRS: improve tracing and add sanity checksEric Blake2012-11-091-4/+33
* AC_CONFIG_MACRO_DIRS: new macro, mostly for aclocalStefano Lattarini2012-11-091-1/+8
* AC_SUBST: don't underquote the variable nameNick Bowler2012-08-151-1/+1
* general: Sanitize IFS in EXIT trapAndreas Schwab2012-07-181-0/+2
* AC_INIT: remove a transitional warningBruno Haible2012-04-241-2/+0
* maint: update copyright yearPaul Eggert2012-01-041-1/+1
* configure: will re-execute with $CONFIG_SHELL, if it's setStefano Lattarini2011-12-261-0/+3
* maint: update copyright yearEric Blake2011-01-041-3/+1
* AC_LIBOBJ: optimize internal useEric Blake2010-09-211-8/+4
* Try to update config.cache atomically; respect symlinks.Ralf Wildenhues2010-08-271-2/+15
* docs: mention cost of globbing during variable expansionEric Blake2010-08-251-1/+1
* AC_INIT: allow bugreport to contain '?'Eric Blake2010-08-141-1/+1
* Also reject ' and newline from AC_INIT strings.Eric Blake2010-07-201-4/+5
* Fix parsing of empty variable settings on the command line.Ralf Wildenhues2010-07-201-2/+3
* Fix up AC_INIT vs. " issues, and document it.Eric Blake2010-07-191-5/+10
* Relax AC_INIT requirements for PACKAGE and VERSION strings again.Ralf Wildenhues2010-07-191-2/+4
* Allow inspecting AC_PREPROC_IFELSE output in true branch.Ralf Wildenhues2010-07-191-2/+2
* Use AS_LITERAL_WORD_IF as appropriate.Eric Blake2010-07-021-5/+5
* Optimize AC_DEFINE.Eric Blake2010-07-021-2/+2
* Make CONFIG_SITE handling more robust.Eric Blake2010-06-141-2/+8
* Allow plus signs in AC_ARG_ENABLE and AC_ARG_WITH.Bruno Haible2010-06-141-1/+1
* Clarify comment about old system.Karl Berry2010-06-141-1/+1
* Properly quote AC_PREREQ during autoupdate.Eric Blake2010-06-071-1/+1
* Documentation and tests for the AC_CHECK_DECL change.Ralf Wildenhues2010-06-011-2/+2
* Generalize AC_CHECK_DECL for C++: allow optional arguments.Joern Rennecke2010-06-011-4/+11
* Error and warning message formatting cleanups.Ralf Wildenhues2010-04-261-4/+4
* Fix placing of ellipses in English text.Ralf Wildenhues2010-04-261-1/+1
* Formatting cleanups in macro comments.Ralf Wildenhues2010-03-121-5/+5