summaryrefslogtreecommitdiff
path: root/lib/m4sugar/m4sh.m4
Commit message (Expand)AuthorAgeFilesLines
* make update-copyrightZack Weinberg2021-01-281-1/+1
* AS_ECHO(_N): Do not expand macros named ‘s’ or ‘n’ (#110377)Zack Weinberg2020-11-161-4/+13
* AS_IF: Handle else clause being empty after macro expansion (#110369)Zack Weinberg2020-11-151-6/+33
* m4sh: Require shell to support $(...) command substitution.Zack Weinberg2020-11-091-0/+11
* _AS_PATH_WALK: Use AS_IF for IF-NOT-FOUND argument.Zack Weinberg2020-10-101-1/+1
* AS_INIT: ensure fds 0, 1, 2 are openZack Weinberg2020-08-281-26/+52
* AS_INIT: basename __file__Luke Mewburn2020-07-051-1/+3
* Define $as_echo and $as_echo_n for backward compatibility.Zack Weinberg2020-03-131-4/+24
* _AS_REEXEC_WITH_SHELL: don’t use AS_EXIT.Zack Weinberg2020-03-131-1/+4
* Fix _AS_DETECT_BETTER_SHELL breakagePaul Eggert2020-03-121-1/+1
* maint: make update-copyrightJim Meyering2020-01-011-1/+1
* Prefer HTTPS to FTP and HTTPPaul Eggert2017-09-161-6/+6
* maint: update copyright dates for 2017Jim Meyering2017-01-011-1/+1
* maint: make update-copyrightPaul Eggert2016-02-061-1/+1
* lib: use shorter way to test if variable is setEric Blake2015-04-211-7/+7
* maint: bump copyright to 2015Paul Eggert2015-01-021-1/+1
* m4sh: allow trailing newlines in shell conditionsEric Blake2014-07-171-5/+10
* maint: bump copyright to 2014Eric Blake2014-01-011-1/+1
* m4sugar: fix AS_VAR_GET regression.Gary V. Vaughan2013-01-291-1/+1
* m4sugar: factor away _AS_ECHO_PREPARE.Gary V. Vaughan2013-01-291-53/+7
* maint: bump copyright to 2013Eric Blake2013-01-031-1/+1
* m4sh: avoid // issues in _AS_PATH_WALKEric Blake2012-07-131-9/+13
* configure: don't infloop when re-executing with $CONFIG_SHELLStefano Lattarini2012-03-031-0/+4
* maint: spelling fixesPaul Eggert2012-03-011-1/+1
* m4sh: make AS_EXECUTABLE_P publicEric Blake2012-02-241-2/+6
* m4sh: require that 'test -x' worksEric Blake2012-02-241-35/+14
* doc: fix grammar/doubled-word errorsJim Meyering2012-01-211-1/+1
* maint: update copyright yearPaul Eggert2012-01-041-1/+1
* m4sh: allow forced re-execution with $CONFIG_SHELL, if it's setStefano Lattarini2011-12-261-0/+22
* m4sh: refactor _AS_DETECT_BETTER_SHELL, for future changesStefano Lattarini2011-12-261-15/+26
* AS_LN_S: fall back on 'cp -pR' (not 'cp -p') if 'ln -s' failsPaul Eggert2011-12-261-5/+5
* maint: update copyright yearEric Blake2011-01-041-2/+1
* AS_LITERAL_IF: Treat raw = as literal again.Eric Blake2010-10-081-2/+2
* m4sh: fix today's AS_BOX regressionEric Blake2010-09-161-1/+1
* m4sh: preserve set -vx over re-execEric Blake2010-09-081-1/+8
* m4sh: protect LINENO against stray macroEric Blake2010-08-271-5/+5
* m4sh: assume ${a:-b} supportEric Blake2010-08-271-5/+9
* m4sh: revert regression in AS_TMPDIREric Blake2010-08-251-4/+7
* m4sh: reduce size of AS_VAR_TEST_SETEric Blake2010-08-251-4/+4
* docs: mention cost of globbing during variable expansionEric Blake2010-08-251-1/+1
* m4sh: fix some namespace safety issuesEric Blake2010-08-251-4/+6
* Relax AC_INIT requirements for PACKAGE and VERSION strings again.Ralf Wildenhues2010-07-191-0/+17
* Fix regression of AC_CHECK_SIZEOF on pointer types.Eric Blake2010-07-101-2/+2
* Make AS_TR_SH and AS_TR_CPP similar.Eric Blake2010-07-021-2/+2
* Optimize AS_BOX.Eric Blake2010-07-021-6/+6
* Use new AS_LITERAL_IF argument when appropriate.Eric Blake2010-07-021-3/+6
* Add optional argument to AS_LITERAL_IF.Eric Blake2010-07-021-23/+44
* Use AS_LITERAL_WORD_IF as appropriate.Eric Blake2010-07-021-6/+6
* Add AS_LITERAL_WORD_IF.Eric Blake2010-07-021-10/+32
* Make AS_SET_CATFILE polymorphic, and add testsuite coverage.Ralf Wildenhues2010-06-081-4/+4