X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.usage;h=d612b9026d31f49f1c2d2c7d2cd2209805846c45;hb=33c8db8e2477d62fd8734f65475f2ed516167532;hp=69088f95021eba2236a24e477a9cd4e9a88ba9ec;hpb=a5f466de30a3e927ed1146b0c7e3870e71465c8f;p=chise%2Fxemacs-chise.git.1 diff --git a/configure.usage b/configure.usage index 69088f9..d612b90 100644 --- a/configure.usage +++ b/configure.usage @@ -42,6 +42,10 @@ Compilation options: linking is the default. --srcdir=DIR Look for the XEmacs source files in DIR. Works best when using GNU Make. +--use-indexed-lrecord-implementation +--use-minimal-tagbits +--gung-ho Build with new-style Lisp_Objects. + Equivalent to both of the 2 previous options combined. Installation options: @@ -206,6 +210,7 @@ Debugging options: Other options: +--puresize=VALUE Override default amount of space for pure Lisp code. --rel-alloc Use the relocating allocator (default for this option is system-dependent). --with-dlmalloc Control usage of Doug Lea malloc on systems that have