Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
770:336a418893b5 | 771:943eaba38521 |
---|---|
197 and localdir files in case run-time searching | 197 and localdir files in case run-time searching |
198 for them fails. | 198 for them fails. |
199 --moduledir=DIR Directory to install dynamic modules in. | 199 --moduledir=DIR Directory to install dynamic modules in. |
200 --pdump New, experimental, don't-sue-me-if-your-house- | 200 --pdump New, experimental, don't-sue-me-if-your-house- |
201 collapses-and-your-wife-leaves-you, portable dumper. | 201 collapses-and-your-wife-leaves-you, portable dumper. |
202 --with-file-coding Allows transparent use of "foreign" line break | 202 (Actually, not as experimental or non-working as |
203 conventions in text files (such as LF-delimited text | 203 Olivier claims. Works quite well, in fact.) |
204 imported from a Unix system to a Windows environment), | 204 --with-default-eol-detection |
205 optionally including autodetection. Defaults to ON | 205 Turns on by default auto-detection of end-of-line type |
206 on Windows, OFF on Unix. | 206 when reading a file. Applies to those platforms where |
207 auto-detection is off by default (non-Mule Unix). Has | |
208 no effect otherwise. | |
207 | 209 |
208 | 210 |
209 Internationalization options: | 211 Internationalization options: |
210 | 212 |
211 --with-mule Compile with Mule (MUlti-Lingual Emacs) support, | 213 --with-mule Compile with Mule (MUlti-Lingual Emacs) support, |
243 --error-checking=all Enable all internal error-checking. | 245 --error-checking=all Enable all internal error-checking. |
244 --memory-usage-stats Compile with additional code to allow you to | 246 --memory-usage-stats Compile with additional code to allow you to |
245 determine what XEmacs's memory is being used | 247 determine what XEmacs's memory is being used |
246 for. Causes a small code increase but no loss | 248 for. Causes a small code increase but no loss |
247 of speed. Normally enabled when --debug is given. | 249 of speed. Normally enabled when --debug is given. |
248 --no-doc-file Don't rebuild the DOC file unless it's explicitly | 250 --quick-build Speed up the build cycle by leaving out steps where |
249 deleted. Only use during development. (It speeds | 251 XEmacs will still work (more or less) without them. |
250 up the compile-run-test cycle.) | 252 Potentially dangerous if you don't know what you're |
251 --quick-build Don't GC when dumping. Implies --no-doc-file. | 253 doing. This (1) doesn't garbage-collect after loading |
254 each file during dumping, and (2) doesn't | |
255 automatically rebuild the DOC file. (Remove it by hand | |
256 to get it rebuilt.) | |
252 --use-union-type Enable or disable use of a union, instead of an | 257 --use-union-type Enable or disable use of a union, instead of an |
253 int, for the fundamental Lisp_Object type; this | 258 int, for the fundamental Lisp_Object type; this |
254 provides stricter type-checking. Only works with | 259 provides stricter type-checking. Only works with |
255 some systems and compilers. | 260 some systems and compilers. |
256 --with-quantify Add support for performance debugging using Quantify. | 261 --with-quantify Add support for performance debugging using Quantify. |