diff options
-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() |