mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +08:00
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:
parent
ba524e662f
commit
286c51ccf3
@ -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
1
THANKS
@ -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
|
||||
|
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user