summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2003-06-12 10:28:48 +0000
committerEric Blake <ebb9@byu.net>2007-10-05 21:58:32 -0600
commit2e49f05f5234c9c41f47f418987751be24a05bf4 (patch)
tree4f9917dbf84d1e501bc49ba9a3ecaa3c118098ad /README
parent1af1427564eb3112c3398ed9265507ebb14983ac (diff)
downloadm4-2e49f05f5234c9c41f47f418987751be24a05bf4.tar.gz
* README: Remove references to --enable-changeword, which has been
removed from the code.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 0 insertions, 8 deletions
diff --git a/README b/README
index b175337a..5a2a1f64 100644
--- a/README
+++ b/README
@@ -36,14 +36,6 @@ host architecture. The implementation uses libltdl interface, details of
which are in the libtool manual. See file `modules/README' for a more
detailed description.
-By using `./configure --enable-changeword', you get an m4 with a
-significantly slower parser, but with support for an experimental
-feature which allows for changing the syntax of what is a "word" in
-`m4'. An m4 built this way provides the `--word-regexp' (-W) option,
-and a working `changeword' macro if you also load the `changeword'
-module. THIS WILL PROBABLY GO AWAY, so don't count on it. Some of the
-same things can be achieved with `changesyntax' at a much better speed.
-
By using `./configure --with-dmalloc', GNU m4 is linked with Gray
Watson's dmalloc package. It is a debugging option for finding memory
management problems. Gray Watson's dmalloc package is available at