summaryrefslogtreecommitdiffhomepage
path: root/include/lib.m4
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib.m4')
-rw-r--r--include/lib.m48
1 files changed, 6 insertions, 2 deletions
diff --git a/include/lib.m4 b/include/lib.m4
index 2535ed2..34cf2c3 100644
--- a/include/lib.m4
+++ b/include/lib.m4
@@ -1,9 +1,13 @@
+m4_dnl To avoid annoying conflicts with quote characters, use
+m4_dnl U+2068 FIRST STRONG ISOLATE and U+2069 POP DIRECTIONAL ISOLATE
+m4_changequote(⁨,⁩)
+
m4_define(
m4_footer,
- `m4_define(`m4___caller__', m4___file__)m4_include(footer.html)'
+ ⁨m4_define(⁨m4___caller__⁩, m4___file__)m4_include(footer.html)⁩
)
m4_define(
m4_fmt_code,
- `m4_esyscmd(fmt-code "$1" m4___file__)m4_dnl'
+ ⁨m4_esyscmd(fmt-code "$1" m4___file__)m4_dnl⁩
)