tests/example.m4
2024-03-10 15:57:35 +01:00

5 lines
82 B
Plaintext

define(macro, my_text)dnl
define(macro2, `my_text is $1')dnl
macro
macro2(lovely)