summaryrefslogtreecommitdiff
path: root/lib/m4sugar/m4sh.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Formatting cleanups in macro comments.Ralf Wildenhues2010-03-121-6/+6
* Fix AS_ERROR for FreeBSD sh.Ralf Wildenhues2010-03-021-11/+10
* Update copyright year.Eric Blake2010-01-051-1/+1
* Warn if using unnamed diversion.Eric Blake2009-12-041-1/+1
* Fix corner cases in AS_LITERAL_IF and AS_TR_SH.Eric Blake2009-10-281-21/+38
* Minor optimizations to m4sh.Eric Blake2009-10-281-15/+12
* Update License to GPLv3+ including new Autoconf Exception.Ralf Wildenhues2009-09-091-36/+14
* Fix AS_EXIT for FreeBSD sh.Eric Blake2009-07-241-6/+7
* Avoid AIX 6.1 ksh88 ECHO_C command substitution bug.Jan Madzik2009-06-301-4/+9
* Sanitize more problematic environment variables.Eric Blake2009-05-261-0/+3
* Fix yesterday's regression in AS_IF.Eric Blake2009-04-141-1/+1
* Make AS_IF, AS_CASE, and AS_FOR more robust to blank arguments.Eric Blake2009-04-131-13/+16
* Add undocumented _AS_CLEAN_DIR.Eric Blake2009-04-101-0/+11
* Manual: fix a typo.Jim Meyering2009-03-171-2/+2
* Fix a typo in comment for AS_LITERAL_IF.Allan Caffee2009-03-021-1/+1
* Improve wording for AS_ESCAPE.Eric Blake2009-03-021-3/+3
* Use m4_translit more efficiently in AS_ESCAPE.Eric Blake2009-02-191-9/+25
* Clean up some bugs caught by preliminary dependency validation.Eric Blake2009-01-201-2/+2
* Speed up m4_require.Eric Blake2009-01-191-8/+4
* Fix typo in AS_MESSAGE_LOG_FD patch.Eric Blake2008-11-241-1/+1
* Clean up AS_MESSAGE_LOG_FD usage.Eric Blake2008-11-211-11/+35
* Use shell function for AS_ERROR.Eric Blake2008-11-211-10/+55