m4 quoting

m4 quoting examples:

define(A,1)dnl
define(B,A)dnl
define(`A',2)dnl
B should be 1
define(`B',`A')dnl
A should be 2
B should be 2
define(`B',``A'')dnl
B should be `A'

This entry was posted in tech. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>