comparison configure.usage @ 392:1f50e6fe4f3f r21-2-11

Import from CVS: tag r21-2-11
author cvs
date Mon, 13 Aug 2007 11:10:50 +0200
parents aabb7f5b1c81
children 74fd4e045ea6
comparison
equal deleted inserted replaced
391:e50d8e68d7a5 392:1f50e6fe4f3f
202 up the compile-run-test cycle.) 202 up the compile-run-test cycle.)
203 --use-union-type Enable or disable use of a union, instead of an 203 --use-union-type Enable or disable use of a union, instead of an
204 int, for the fundamental Lisp_Object type; this 204 int, for the fundamental Lisp_Object type; this
205 provides stricter type-checking. Only works with 205 provides stricter type-checking. Only works with
206 some systems and compilers. 206 some systems and compilers.
207 --with-quantify Add support for performance debugging using Quantify.
208 --with-purify Add support for memory debugging using Purify.
207 209
208 210
209 Other options: 211 Other options:
210 212
211 --puresize=VALUE Override default amount of space for pure Lisp code. 213 --puresize=VALUE Override default amount of space for pure Lisp code.
212 --rel-alloc Use the relocating allocator (default for this option 214 --rel-alloc Use the relocating allocator (default for this option
213 is system-dependent). 215 is system-dependent).
214 --with-dlmalloc Control usage of Doug Lea malloc on systems that have 216 --with-dlmalloc Control usage of Doug Lea malloc on systems that have
215 it in the standard C library (default is to use it if 217 it in the standard C library (default is to use it if
216 it is available). 218 it is available).
219 --with-system-malloc Force use of the system malloc, rather than GNU malloc.
220 --with-debug-malloc Use the debugging malloc package.
217 --with-clash-detection Use lock files to detect multiple edits of the same 221 --with-clash-detection Use lock files to detect multiple edits of the same
218 file. The default is to not do clash detection. 222 file. The default is to not do clash detection.
219 --lockdir=DIR The directory to put clash detection files in, such as 223 --lockdir=DIR The directory to put clash detection files in, such as
220 `/var/lock/emacs'. 224 `/var/lock/emacs'.
221 Defaults to `${statedir}/xemacs/lock'. 225 Defaults to `${statedir}/xemacs/lock'.
222 --with-system-malloc Force use of the system malloc, rather than GNU malloc.
223 --with-debug-malloc Use the debugging malloc package.
224 --with-quantify Add support for performance debugging using Quantify.
225 --with-purify Add support for memory debugging using Purify.
226 226
227 You may also specify any of the `path' variables found in Makefile.in, 227 You may also specify any of the `path' variables found in Makefile.in,
228 including --bindir, --libdir, --lispdir, --sitelispdir, --datadir, 228 including --bindir, --libdir, --lispdir, --sitelispdir, --datadir,
229 --infodir, --mandir and so on. Note that we recommend against 229 --infodir, --mandir and so on. Note that we recommend against
230 explicitly setting any of these variables. See the INSTALL file for a 230 explicitly setting any of these variables. See the INSTALL file for a