diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-05 16:37:01 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-05 16:37:01 +0100 |
commit | 7506721e389efdd89fce28791bf2b0b9d0e7ca4c (patch) | |
tree | a6bb358d81e7d18134c83de237c16a83789009f3 | |
parent | 0deba11b8b31f5cfc6898d485dc8e3a1a111729d (diff) |
Simplify __base
-rw-r--r-- | m4/__base.m4 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/m4/__base.m4 b/m4/__base.m4 index a990e89..45af886 100644 --- a/m4/__base.m4 +++ b/m4/__base.m4 @@ -1,7 +1,2 @@ -m4_dnl To avoid annoying conflicts with quote characters, use doubled curly -m4_dnl quotes. m4_changequote(‘‘,’’) - -m4_dnl We also need to avoid the comment character ever doing absolutely -m4_dnl anything, so set it to U+FFFD REPLACEMENT CHARACTER -m4_changecom(�) +m4_changecom() |