+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.
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
# 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.
#