summaryrefslogtreecommitdiffhomepage
path: root/m4/include.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/include.m4')
-rw-r--r--m4/include.m43
1 files changed, 3 insertions, 0 deletions
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)⁩)