summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-24 15:39:23 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-24 15:39:23 +0100
commite3e18ed46aefc808d276131a800f95fe9bd556b5 (patch)
tree132771d6d698f209180e849bc4e20fd40f32bd29
parent6852d374645e47980973c618560879b0928eed78 (diff)
Re-add INCLUDE()
-rw-r--r--m4/include.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/include.m4 b/m4/include.m4
new file mode 100644
index 0000000..096a45f
--- /dev/null
+++ b/m4/include.m4
@@ -0,0 +1,2 @@
+m4_dnl Purely to remain compatible with macro naming
+m4_define(INCLUDE, ‘‘m4_include($1)’’)