summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-03-05 16:37:01 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-03-05 16:37:01 +0100
commit7506721e389efdd89fce28791bf2b0b9d0e7ca4c (patch)
treea6bb358d81e7d18134c83de237c16a83789009f3
parent0deba11b8b31f5cfc6898d485dc8e3a1a111729d (diff)
Simplify __base
-rw-r--r--m4/__base.m47
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()