5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
define(macro, my_text)dnl
|
|
define(macro2, `my_text is $1')dnl
|
|
macro
|
|
macro2(lovely)
|