From 1fea2c7f5e576766b08502572c799270b4bea3ef Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 22 Feb 2024 21:50:58 +0100 Subject: Add some basics, to test macro functionality --- m4/include.m4 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 m4/include.m4 (limited to 'm4/include.m4') diff --git a/m4/include.m4 b/m4/include.m4 new file mode 100644 index 0000000..ef22bf1 --- /dev/null +++ b/m4/include.m4 @@ -0,0 +1,3 @@ +m4_dnl Exactly the same as m4_include, but following the same naming conventions +m4_dnl as the other macros I create. +m4_define(INCLUDE, ⁨m4_include($1)⁩) -- cgit v1.2.3