From: Akim Demaille Date: Thu, 10 Feb 2000 09:46:57 +0000 (+0000) Subject: * libm4.m4 (near m4_split): Remove the buggy additional X-Git-Tag: autoconf-2.50~1162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f752e0e19d0f09bef416c94156f2df125cd3d2f;p=thirdparty%2Fautoconf.git * libm4.m4 (near m4_split): Remove the buggy additional changequote. Quote properly `m4_split' when registering it. --- diff --git a/ChangeLog b/ChangeLog index b30da2d2f..5805f1460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-02-10 Akim Demaille + + * libm4.m4 (near m4_split): Remove the buggy additional + changequote. + Quote properly `m4_split' when registering it. + 2000-02-10 Akim Demaille The AU-glue code for AC_LINK_FILES was not fully compatible: in diff --git a/libm4.m4 b/libm4.m4 index df84ed367..fbf98f7d2 100644 --- 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])