Added example.m4

This commit is contained in:
anon 2024-03-10 15:57:35 +01:00
parent a7130e6821
commit 0a114383e8

4
example.m4 Normal file
View File

@ -0,0 +1,4 @@
define(macro, my_text)dnl
define(macro2, `my_text is $1')dnl
macro
macro2(lovely)