From f7f681a9fdb7b306486d220edb973111593f2ae4 Mon Sep 17 00:00:00 2001 From: kazuhiko Date: Sun, 8 Oct 2000 04:47:09 +0000 Subject: [PATCH] sync with 21.2.36 --- configure.usage | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.usage b/configure.usage index 2b50285..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 -- 1.7.10.4