diff configure.usage @ 771:943eaba38521

[xemacs-hg @ 2002-03-13 08:51:24 by ben] The big ben-mule-21-5 check-in! Various files were added and deleted. See CHANGES-ben-mule. There are still some test suite failures. No crashes, though. Many of the failures have to do with problems in the test suite itself rather than in the actual code. I'll be addressing these in the next day or so -- none of the test suite failures are at all critical. Meanwhile I'll be trying to address the biggest issues -- i.e. build or run failures, which will almost certainly happen on various platforms. All comments should be sent to ben@xemacs.org -- use a Cc: if necessary when sending to mailing lists. There will be pre- and post- tags, something like pre-ben-mule-21-5-merge-in, and post-ben-mule-21-5-merge-in.
author ben
date Wed, 13 Mar 2002 08:54:06 +0000
parents 76d5a3dd827a
children 259c80d93e3b
line wrap: on
line diff
--- a/configure.usage	Fri Mar 08 13:33:14 2002 +0000
+++ b/configure.usage	Wed Mar 13 08:54:06 2002 +0000
@@ -199,11 +199,13 @@
 --moduledir=DIR         Directory to install dynamic modules in.
 --pdump                 New, experimental, don't-sue-me-if-your-house-
                         collapses-and-your-wife-leaves-you, portable dumper.
---with-file-coding      Allows transparent use of "foreign" line break
-                        conventions in text files (such as LF-delimited text
-                        imported from a Unix system to a Windows environment),
-                        optionally including autodetection.  Defaults to ON
-                        on Windows, OFF on Unix.
+			(Actually, not as experimental or non-working as
+			Olivier claims.  Works quite well, in fact.)
+--with-default-eol-detection
+                        Turns on by default auto-detection of end-of-line type
+			when reading a file.  Applies to those platforms where
+			auto-detection is off by default (non-Mule Unix).  Has
+			no effect otherwise.
 
 
 Internationalization options:
@@ -245,10 +247,13 @@
                         determine what XEmacs's memory is being used
                         for.  Causes a small code increase but no loss
                         of speed.  Normally enabled when --debug is given.
---no-doc-file           Don't rebuild the DOC file unless it's explicitly
-                        deleted.  Only use during development. (It speeds
-                        up the compile-run-test cycle.)
---quick-build           Don't GC when dumping.  Implies --no-doc-file.
+--quick-build           Speed up the build cycle by leaving out steps where
+                        XEmacs will still work (more or less) without them.
+                        Potentially dangerous if you don't know what you're
+                        doing. This (1) doesn't garbage-collect after loading
+                        each file during dumping, and (2) doesn't
+                        automatically rebuild the DOC file. (Remove it by hand
+                        to get it rebuilt.)
 --use-union-type        Enable or disable use of a union, instead of an
                         int, for the fundamental Lisp_Object type; this
                         provides stricter type-checking.  Only works with