X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.usage;h=d7e9f6cf7611c18d58ab6765219207ffe9cb2d87;hb=8541a6f9e1dc0d519ba8071e6b2db40ec45b8c8b;hp=7f44263a7c8d3ef6977230054a8c58bd6e72359f;hpb=dd8f4c0e5ff27909836e7478df6b17d816a0db28;p=chise%2Fxemacs-chise.git- diff --git a/configure.usage b/configure.usage index 7f44263..d7e9f6c 100644 --- a/configure.usage +++ b/configure.usage @@ -30,7 +30,6 @@ 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) @@ -43,7 +42,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. @@ -61,7 +60,6 @@ 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 @@ -254,9 +252,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,