comparison configure.usage @ 243:f220cc83d72e r20-5b20

Import from CVS: tag r20-5b20
author cvs
date Mon, 13 Aug 2007 10:17:07 +0200
parents 41f2f0e326e9
children 65c19d2020f7
comparison
equal deleted inserted replaced
242:fc816b73a05f 243:f220cc83d72e
1 Usage: configure CONFIGURATION [[--OPTION[=VALUE] ...]] 1 Usage: configure [--OPTION[=VALUE] ...] [CONFIGURATION]
2 2
3 Set compilation and installation parameters for XEmacs, and report. 3 Set compilation and installation parameters for XEmacs, and report.
4 CONFIGURATION specifies the machine and operating system to build for.
5 4
6 Note that for most of the following options, you can explicitly enable 5 Note that for most of the following options, you can explicitly enable
7 them using `--OPTION=yes' and explicitly disable them using `--OPTION=no'. 6 them using `--OPTION=yes' and explicitly disable them using `--OPTION=no'.
8 This is especially useful for auto-detected options. 7 This is especially useful for auto-detected options.
9 8
30 option. This just allows for simultaneous 29 option. This just allows for simultaneous
31 in-place and --srcdir building.) 30 in-place and --srcdir building.)
32 --cflags=FLAGS Compiler flags. Overrides environment variable CFLAGS. 31 --cflags=FLAGS Compiler flags. Overrides environment variable CFLAGS.
33 --site-includes=PATH List of directories to search first for header files. 32 --site-includes=PATH List of directories to search first for header files.
34 --site-libraries=PATH List of directories to search first for libraries. 33 --site-libraries=PATH List of directories to search first for libraries.
35 --site-prefixes=PATH List of directories to search for include/ and lib/ 34 --site-prefixes=PATH List of directories to search for include/ and lib/
36 subdirectories, just after 'site-includes' and 35 subdirectories, just after 'site-includes' and
37 'site-libraries'. 36 'site-libraries'.
38 --site-runtime-libraries=PATH 37 --site-runtime-libraries=PATH
39 List of ALL directories to search for dynamically 38 List of ALL directories to search for dynamically
40 linked libraries at run time. 39 linked libraries at run time.
41 --dynamic=yes Link dynamically if supported by system. 40 --dynamic=yes Link dynamically if supported by system.
209 we advise not changing them. 208 we advise not changing them.
210 209
211 If successful, configure leaves its status in config.status. If 210 If successful, configure leaves its status in config.status. If
212 unsuccessful after disturbing the status quo, it removes config.status. 211 unsuccessful after disturbing the status quo, it removes config.status.
213 212
214 The configure build process also used the following environment variables: 213 The configure build process also uses the following environment variables:
214
215 CC C compiler to use (but configure flags take precedence) 215 CC C compiler to use (but configure flags take precedence)
216 CPP C preprocessor to use (such as /usr/ccs/lib/cpp or cc -E) 216 CPP C preprocessor to use (such as /usr/ccs/lib/cpp or cc -E)
217 CFLAGS C compiler compilation flags (such as -O) 217 CFLAGS C compiler compilation flags (such as -O)
218 CPPFLAGS Additional compilation flags (such as -I/foo) used only by the preprocessor 218 CPPFLAGS Compilation flags (such as -I/foo) used only by the preprocessor
219 LDFLAGS Additional linker flags (such as -L/foo) 219 LDFLAGS Additional linker flags (such as -L/foo)
220 LIBS Additional libraries (such as -lfoo) 220 LIBS Additional libraries (such as -lfoo)
221 221
222 INFOPATH Path to search for Info documentation.
223
224 For more details on the install process, consult the INSTALL file. 222 For more details on the install process, consult the INSTALL file.