comparison configure.usage @ 261:405dd6d1825b r20-5b29

Import from CVS: tag r20-5b29
author cvs
date Mon, 13 Aug 2007 10:23:51 +0200
parents 11cf20601dec
children 8efd647ea9ca
comparison
equal deleted inserted replaced
260:052205f7dd5f 261:405dd6d1825b
192 Other options: 192 Other options:
193 193
194 --puresize=VALUE Override default amount of space for pure Lisp code. 194 --puresize=VALUE Override default amount of space for pure Lisp code.
195 --rel-alloc Use the relocating allocator (default for this option 195 --rel-alloc Use the relocating allocator (default for this option
196 is system-dependent). 196 is system-dependent).
197 --with-dlmalloc Control usage of Doug Lea malloc on systems that have
198 it in the standard C library (default is to use it if
199 it is available).
197 --with-clash-detection Use lock files to detect multiple edits of the same file. 200 --with-clash-detection Use lock files to detect multiple edits of the same file.
198 The default is to not do clash detection. 201 The default is to not do clash detection.
199 --lockdir=DIR The directory to put clash detection files in, such as 202 --lockdir=DIR The directory to put clash detection files in, such as
200 `/var/lock/emacs'. 203 `/var/lock/emacs'.
201 Defaults to `${statedir}/xemacs/lock'. 204 Defaults to `${statedir}/xemacs/lock'.