X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.usage;h=2b5028525c70e72acf5783609747b69ea3593fb5;hb=a61600c8cfcce39b88c4efa6dbfe440280c4d41c;hp=a3ec3a3771635c004b4d5fffac80a9de5bca0151;hpb=762383636a99307282c2d93d26c35c046ec24da1;p=chise%2Fxemacs-chise.git diff --git a/configure.usage b/configure.usage index a3ec3a3..2b50285 100644 --- a/configure.usage +++ b/configure.usage @@ -30,6 +30,7 @@ Compilation options: --compiler=PROG C compiler to use --with-gcc (*) Use GCC to compile XEmacs. +--without-gcc Don't use GCC to compile XEmacs. --cflags=FLAGS Compiler flags (such as -O) --cpp=PROG C preprocessor to use (e.g. /usr/ccs/lib/cpp or cc -E) --cppflags=FLAGS C preprocessor flags (e.g. -I/foo or -Dfoo=bar) @@ -42,7 +43,7 @@ Compilation options: 'site-libraries' --site-runtime-libraries=PATH List of ALL directories to search for dynamically - linked libraries at run time + linked libraries at run time. --dynamic=yes Link dynamically if supported by system. --dynamic=no Force static linking on systems where dynamic linking is the default. @@ -60,6 +61,7 @@ Installation options: Window-system options: --with-x11 (*) Support the X Window System. +--without-x11 Don't support X. --x-includes=DIR Search for X header files in DIR. --x-libraries=DIR Search for X libraries in DIR. --with-msw (*) Support MS Windows as a window system (only under @@ -252,9 +254,6 @@ Other options: --with-debug-malloc Use the debugging malloc package. --with-clash-detection Use lock files to detect multiple edits of the same file. The default is to do clash detection. ---lockdir=DIR The directory to put clash detection files in, such as - `/var/lock/emacs'. - Defaults to `${statedir}/xemacs/lock'. You may also specify any of the `path' variables found in Makefile.in, including --bindir, --libdir, --docdir, --lispdir, --sitelispdir,