diff INSTALL @ 4842:1d775c6304d1

Use with-FOO consistently instead of enable-FOO INSTALL, PROBLEMS, configure, configure.ac: Rename all instances of enable-FOO to with-FOO. enable-FOO has long been aliased to with-FOO and we still preserve this, but formerly we randomly used enable-FOO but with-BAR.
author Ben Wing <ben@xemacs.org>
date Wed, 13 Jan 2010 02:28:37 -0600
parents bc4f2511bbea
children 0353d546dc1e
line wrap: on
line diff
--- a/INSTALL	Wed Jan 13 01:55:56 2010 -0600
+++ b/INSTALL	Wed Jan 13 02:28:37 2010 -0600
@@ -460,10 +460,10 @@
 and is intended for use only by the developers. It may be obtained
 from <URL:http://www.letters.com/dmalloc/>.
 
-The `--enable-debug' and `--enable-error-checking' options are primarily
-useful to the developers.  `--enable-debug' incorporates code for
+The `--with-debug' and `--with-error-checking' options are primarily
+useful to the developers.  `--with-debug' incorporates code for
 performing various tests, but does not impose a speed penalty.
-`--enable-error-checking' adds additional tests to many of the commonly
+`--with-error-checking' adds additional tests to many of the commonly
 used macros, and imposes a speed penalty.  Using either or both of these
 options can make bug reports more useful to the developers.