X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=configure.usage;h=6d44544880df898358178fbc312a1330d9d60f12;hp=d612b9026d31f49f1c2d2c7d2cd2209805846c45;hb=113b194be934327de99a168d809271db252c07c4;hpb=28a3fa29bc0bd9a124b6e3379e82d62e815c22a2 diff --git a/configure.usage b/configure.usage index d612b90..6d44544 100644 --- a/configure.usage +++ b/configure.usage @@ -42,10 +42,6 @@ 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: @@ -60,9 +56,8 @@ Window-system options: --x-includes=DIR Search for X header files in DIR. --x-libraries=DIR Search for X libraries in DIR. --without-toolbars Don't compile with any toolbar support. ---without-session Compile without realized leader window which will - keep the WM_COMMAND property. Required for proper - session-management. +--without-wmcommand Compile without realized leader window which will + keep the WM_COMMAND property. --with-menubars=TYPE Use TYPE menubars (lucid, motif, or no). The Lucid widgets emulate Motif (mostly) but are faster. *WARNING* The Motif menubar is currently broken. @@ -210,7 +205,6 @@ 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