diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-24 15:39:23 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-24 15:39:23 +0100 |
commit | e3e18ed46aefc808d276131a800f95fe9bd556b5 (patch) | |
tree | 132771d6d698f209180e849bc4e20fd40f32bd29 /m4 | |
parent | 6852d374645e47980973c618560879b0928eed78 (diff) |
Re-add INCLUDE()
Diffstat (limited to 'm4')
-rw-r--r-- | m4/include.m4 | 2 |
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)’’) |