+2000-03-02 Lars J. Aas <larsa@sim.no>
+
+ * libm4.m4 (m4_noquote): New macro.
+
2000-03-02 Akim Demaille <akim@epita.fr>
* acspecific.m4 (AC_PATH_X_DIRECT): Moved all the shell variable
Koji Arai JCA02266@nifty.ne.jp
Kurt D. Zeilenga kurt@openldap.org
Larry Schwimmer rosebud@cyclone.stanford.edu
+Lars J. Aas larsa@sim.no
Lars Hecking lhecking@nmrc.ucc.ie
Marcus Daniels marcus@sysc.pdx.edu
Marcus Thiessel marcus@xemacs.org
define([m4_quote], [[$@]])
+# m4_noquote(STRING)
+# ------------------
+# Return the result of ignoring all quotes in STRING and invoking the
+# macros it contains. Amongst other things useful for enabling macro
+# invocations inside strings with [] blocks (for instance regexps and
+# help-strings).
+define([m4_noquote],
+[changequote(-=<{,}>=-)$1-=<{}>=-changequote([,])])
+
+
# m4_split(STRING, [REGEXP])
# --------------------------
#