comparison 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
comparison
equal deleted inserted replaced
4841:3465c3161fea 4842:1d775c6304d1
458 The `--with-debug-malloc' option can be used to link a special 458 The `--with-debug-malloc' option can be used to link a special
459 debugging version of malloc. Debug Malloc is not included with XEmacs 459 debugging version of malloc. Debug Malloc is not included with XEmacs
460 and is intended for use only by the developers. It may be obtained 460 and is intended for use only by the developers. It may be obtained
461 from <URL:http://www.letters.com/dmalloc/>. 461 from <URL:http://www.letters.com/dmalloc/>.
462 462
463 The `--enable-debug' and `--enable-error-checking' options are primarily 463 The `--with-debug' and `--with-error-checking' options are primarily
464 useful to the developers. `--enable-debug' incorporates code for 464 useful to the developers. `--with-debug' incorporates code for
465 performing various tests, but does not impose a speed penalty. 465 performing various tests, but does not impose a speed penalty.
466 `--enable-error-checking' adds additional tests to many of the commonly 466 `--with-error-checking' adds additional tests to many of the commonly
467 used macros, and imposes a speed penalty. Using either or both of these 467 used macros, and imposes a speed penalty. Using either or both of these
468 options can make bug reports more useful to the developers. 468 options can make bug reports more useful to the developers.
469 469
470 The `--verbose' option is useful only to the developers. It displays 470 The `--verbose' option is useful only to the developers. It displays
471 additional information, useful for debugging `configure'. 471 additional information, useful for debugging `configure'.