]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* libm4.m4 (near m4_split): Remove the buggy additional
authorAkim Demaille <akim@epita.fr>
Thu, 10 Feb 2000 09:46:57 +0000 (09:46 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 10 Feb 2000 09:46:57 +0000 (09:46 +0000)
changequote.
Quote properly `m4_split' when registering it.

ChangeLog
libm4.m4

index b30da2d2f59211862308d02fb6fcf25f1786064b..5805f146030c5799432d219b4f1ed9e23d7edc6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-02-10  Akim Demaille  <akim@epita.fr>
+
+       * libm4.m4 (near m4_split): Remove the buggy additional
+       changequote.
+       Quote properly `m4_split' when registering it.
+
 2000-02-10  Akim Demaille  <akim@epita.fr>
 
        The AU-glue code for AC_LINK_FILES was not fully compatible: in
index df84ed36761742e9a8f3195d10055e374b1dadca..fbf98f7d235e7df8928a35c3b81e32bd731b8d26 100644 (file)
--- a/libm4.m4
+++ b/libm4.m4
@@ -512,9 +512,8 @@ patsubst(````$1'''',
          ``], ['')]dnl
 changequote([, ])>>)
 changequote([, ])
-changequote(<<, >>)
 
-m4_namespace_register(m4_split, [libm4])
+m4_namespace_register([m4_split], [libm4])