summaryrefslogtreecommitdiffhomepage
path: root/include/lib.m4
blob: 34cf2c33e16dd86b8f1838acd78290bc090a16f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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_fmt_code,
	⁨m4_esyscmd(fmt-code "$1" m4___file__)m4_dnl⁩
)