Fix a typo in comment for AS_LITERAL_IF.

* lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Update a comment that fell
out of date when this function was moved/renamed in 59ecd766.
* THANKS: Update.

Signed-off-by: Allan Caffee <allan.caffee@gmail.com>
Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
Allan Caffee 2009-03-02 11:11:19 -07:00 committed by Eric Blake
parent ba524e662f
commit 286c51ccf3
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2009-03-02 Allan Caffee <allan.caffee@gmail.com> (tiny change)
Fix a typo in comment for AS_LITERAL_IF.
* lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Update a comment that fell
out of date when this function was moved/renamed in 59ecd766.
* THANKS: Update.
2009-03-02 Eric Blake <ebb9@byu.net>
Improve wording for AS_ESCAPE.

1
THANKS
View File

@ -23,6 +23,7 @@ Alexandre Duret-Lutz duret_g@epita.fr
Alexandre Julliard ?
Alexandre Oliva oliva@lsd.ic.unicamp.br
Alfred G. de Wijn dwijn@iluvatar.eu.org
Allan Caffee allan.caffee@gmail.com
Andreas Buening andreas.buening@nexgo.de
Andreas Jaeger aj@suse.de
Andreas Schott schott@rzg.mpg.de

View File

@ -1520,7 +1520,7 @@ m4_dquote(m4_dquote(m4_defn([m4_cr_symbols1])))[[))], [0], [$2], [$3])])
# AS_LITERAL_IF(EXPRESSION, IF-LITERAL, IF-NOT-LITERAL)
# -----------------------------------------------------
# If EXPRESSION has shell indirections ($var or `expr`), expand
# IF-INDIR, else IF-NOT-INDIR.
# IF-LITERAL, else IF-NOT-LITERAL.
# This is an *approximation*: for instance EXPRESSION = `\$' is
# definitely a literal, but will not be recognized as such.
#