autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: squelch changeword builtin


From: Eric Blake
Subject: Re: squelch changeword builtin
Date: Thu, 27 Sep 2007 19:54:59 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666

According to Paul Eggert on 6/7/2006 12:39 PM:
> Eric Blake <address@hidden> writes:
> 
>>      * lib/m4sugar/m4sugar.m4 (changeword): Disable this experimental
>>      feature of m4 1.4.x.
> 
> This looks fine, except let's wait until after 2.60 is out, since
> we're in regression-fix-only mode right now.

Digging through my inbox backlog, and finally applying this patch (wow -
more than a year later! and after 2.61!) ...

diff --git a/ChangeLog b/ChangeLog
index bb157c7..8b443b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-09-27  Eric Blake  <address@hidden>

+     Squelch changeword in m4sugar.
+     * lib/m4sugar/m4sugar.m4 (changeword): Disable this experimental
+     feature of m4 1.4.x.
+
        Configure whitespace touchups.
        * lib/autoconf/general.m4 (_AC_INIT_HELP): Fix alignment of
        installation directories, and avoid TAB, in configure --help
diff --git a/lib/m4sugar/m4sugar.m4 b/lib/m4sugar/m4sugar.m4
index cd05ab4..b6f3b9b 100644
--- a/lib/m4sugar/m4sugar.m4
+++ b/lib/m4sugar/m4sugar.m4
@@ -119,6 +119,7 @@ m4_define([m4_copy_unm4],
 m4_rename_m4([builtin])
 m4_rename_m4([changecom])
 m4_rename_m4([changequote])
+m4_undefine([changeword])
 m4_rename_m4([debugfile])
 m4_rename_m4([debugmode])
 m4_rename_m4([decr])

-- 
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]