annotate configure.usage @ 217:d44af0c54775 r20-4b7

Import from CVS: tag r20-4b7
author cvs
date Mon, 13 Aug 2007 10:08:34 +0200
parents 1f0dabaa0855
children 262b8bb4a523
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
1 Usage: configure CONFIGURATION [[--OPTION[=VALUE] ...]]
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
2
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
3 Set compilation and installation parameters for XEmacs, and report.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
4 CONFIGURATION specifies the machine and operating system to build for.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
5
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
6 Note that for most of the following options, you can explicitly enable
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
7 them using `--OPTION=yes' and explicitly disable them using `--OPTION=no'.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
8 This is especially useful for auto-detected options.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
9
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
10 Options marked with a (*) are autodetected.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
11
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
12 Use colons (or quoted spaces) to separate directory names in option
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
13 values which are PATHs (i.e. lists of directories).
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
14
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
15 General options:
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
16
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
17 --help Issue this usage message.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
18 --verbose Display the results of configure tests.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
19 --extra-verbose Display even more information, useful for debugging.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
20
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
21
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
22 Compilation options:
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
23
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
24 --compiler=XXXX Specify compiler. Overrides environment variable CC.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
25 --with-gcc (*) Use GCC to compile XEmacs.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
26 --with-gcc=no Don't use GCC to compile XEmacs.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
27 --with-gnu-make Write the Makefiles to take advantage of
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
28 special features of GNU Make. (GNU Make
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
29 works fine on the Makefiles even without this
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
30 option. This just allows for simultaneous
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
31 in-place and --srcdir building.)
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
32 --cflags=FLAGS Compiler flags. Overrides environment variable CFLAGS.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
33 --site-includes=PATH List of directories to search first for header files.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
34 --site-libraries=PATH List of directories to search first for libraries.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
35 --site-prefixes=PATH List of directories to search for include/ and lib/
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
36 subdirectories, just after 'site-includes' and
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
37 'site-libraries'.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
38 --site-runtime-libraries=PATH
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
39 List of ALL directories to search for dynamically
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
40 linked libraries at run time.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
41 --dynamic=yes Link dynamically if supported by system.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
42 --dynamic=no Force static linking on systems where dynamic
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
43 linking is the default.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
44 --srcdir=DIR Look for the XEmacs source files in DIR.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
45 See also --with-gnu-make.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
46 --const-is-losing=no Allow the use of const in the source code.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
47
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
48
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
49 Installation options:
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
50
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
51 --prefix=DIR Install files below DIR. Defaults to `/usr/local'.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
52
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
53
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
54 Window-system options:
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
55
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
56 --with-x11 (*) Support the X Window System.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
57 --with-x11=no Don't support X.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
58 --x-includes=DIR Search for X header files in DIR.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
59 --x-libraries=DIR Search for X libraries in DIR.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
60 --with-toolbars=no Don't compile with any toolbar support.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
61 --with-session=no Compile without realized leader window which will
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
62 keep the WM_COMMAND property. Required for proper
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
63 session-management.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
64 --with-menubars=TYPE Use TYPE menubars (lucid, motif, or no). The Lucid
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
65 widgets emulate Motif (mostly) but are faster.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
66 *WARNING* The Motif menubar is currently broken.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
67 --with-scrollbars=TYPE Use TYPE scrollbars
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
68 (lucid, motif, athena, athena3d, or no).
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
69 --with-dialogs=TYPE Use TYPE dialog boxes (motif, athena, athena3d, or no).
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
70 Lucid menubars and scrollbars are the default.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
71 Motif dialog boxes will be used if Motif can be found.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
72 --with-cde (*) Compile in support for CDE drag and drop.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
73 --with-offix (*) Compile in support for OffiX drag and drop.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
74 --with-xmu=no (*) For those unfortunates whose vendors don't ship Xmu.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
75 --external-widget Compile with external widget support.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
76 --with-gif Compile with support for GIF image conversion.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
77 This support is built-in and defaults to `yes'.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
78 --with-xpm (*) Compile with support for XPM files.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
79 It is highly recommended that you obtain XPM
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
80 (version 3.4h or better) if you don't already
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
81 have it. Get it from the XEmacs FTP site.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
82 --with-xface (*) Compile with support for X-Face mail header
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
83 conversion. Requires the compface library.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
84 Get it from the XEmacs FTP site.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
85 --with-imagick (*) Compile with support for ImageMagick image conversion.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
86 Requires ImageMagick from wizards.dupont.com and
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
87 libraries for whatever image types you wish to have
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
88 supported.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
89 Get it from the XEmacs FTP site.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
90
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
91
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
92 TTY options:
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
93
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
94 --with-tty=no Don't support TTY-s.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
95 --with-ncurses (*) Use the ncurses library for tty support.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
96 --with-gpm (*) Compile in support for General Purpose Mouse.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
97
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
98
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
99 Additional features:
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
100
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
101 --with-tooltalk (*) Support the ToolTalk IPC protocol.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
102 --with-workshop Support the Sun WorkShop (formerly Sparcworks)
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
103 development environment.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
104 --with-socks Compile with support for SOCKS (an Internet proxy).
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
105 --with-term Compile with support for TERM (a way to multiplex
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
106 serial lines and provide vaguely Internet-like
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
107 functionality over a simple dialup connection,
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
108 used on Linux and other systems. NOTE: We can't
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
109 guarantee that our TERM support coexists well
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
110 with standard Internet connections).
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
111 --with-database=type (*) Compile with database support. Valid types are
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
112 `no' or a comma-separated list of one or more
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
113 of `dbm', `gnudbm', or `berkdb'.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
114 --with-sound=native (*) Compile with native sound support.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
115 --with-sound=nas Compile with network sound support.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
116 --with-sound=both Compile with native and network sound support.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
117 --native-sound-lib=LIB Native sound support library. Needed on Suns
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
118 with --with-sound=both because both sound libraries
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
119 are called libaudio.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
120 --with-pop support POP for mail retrieval
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
121 --with-kerberos support Kerberos-authenticated POP
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
122 --with-hesiod support Hesiod to get the POP server host
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
123 --with-dnet (*) Compile with support for DECnet.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
124 --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
125 concurrent updates of mail spool files. Valid types
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
126 are `lockf', `flock', and `file'.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
127 --package-path=PATH Directories to search for packages to dump with xemacs.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
128 Defaults to `/usr/local/lib/xemacs/packages:~/.xemacs'.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
129 --infodir=dir Directory to install the XEmacs Info manuals and dir in.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
130 Defaults to: `'.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
131 --infopath=PATH Directories to search for Info documents, info dir
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
132 and localdir files. This is used to initialize
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
133 `Info-default-directory-list' at dump time.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
134 Directories on this path that do not exist in the
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
135 filesystem will be dropped by the startup code at
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
136 runtime, so it is safe to specify directories that do
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
137 not exist in the compilation environment, or that won't
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
138 exist in the runtime environment. The "dir"
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
139 file in the first existing directory in this list will
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
140 become the (dir)Top node of the Info tree.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
141 Defaults to the value of `INFOPATH', or:
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
142 `/usr/local/info:/usr/info:/usr/local/lib/texmf/doc/info:/usr/lib/texmf/doc/
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
143 info'.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
144
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
145 Internationalization options:
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
146
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
147 --with-mule Compile with Mule (MUlti-Lingual Emacs) support,
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
148 needed to suport non-Latin-1 (including Asian) languages.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
149 --with-xim=xlib Compile with support for X input methods,
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
150 --with-xim=motif (*) Used in conjunction with Mule support.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
151 Use either raw Xlib to provide XIM support, or
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
152 the Motif XmIm* routines (when available).
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
153 NOTE: On some systems bugs in X11's XIM support
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
154 will cause XEmacs to crash, so by default,
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
155 no XIM support is compiled in, unless running
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
156 on Solaris and the XmIm* routines are detected.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
157 --with-canna (*) Compile with support for Canna (a Japanese input method
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
158 used in conjunction with Mule support).
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
159 --with-wnn (*) Compile with support for WNN (a multi-language input method
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
160 used in conjunction with Mule support).
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
161 This is beta level code.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
162 --with-wnn6 (*) Compile with support for WNN version 6
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
163 This is alpha level code.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
164 --with-i18n3 Compile with I18N level 3 (support for message
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
165 translation). This doesn't currently work.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
166 --with-xfs Compile with XFontSet support for bilingual menubar.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
167 Can't use this option with --with-xim=motif or xlib.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
168 And should have --with-menubars=lucid.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
169
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
170
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
171 Debugging options:
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
172
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
173 --debug Compile with support for debugging XEmacs.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
174 (Causes code-size increase and little loss of speed.)
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
175 --error-checking=TYPE[[,TYPE]]...
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
176 Compile with internal error-checking added.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
177 Causes noticeable loss of speed. Valid types
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
178 are extents, bufpos, malloc, gc, typecheck.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
179 --error-checking=none Disable all internal error-checking (the default).
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
180 --error-checking=all Enable all internal error-checking.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
181 --memory-usage-stats Compile with additional code to allow you to
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
182 determine what XEmacs's memory is being used
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
183 for. Causes a small code increase but no loss
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
184 of speed. Normally enabled when --debug is given.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
185 --no-doc-file Don't rebuild the DOC file unless it's explicitly
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
186 deleted. Only use during development. (It speeds
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
187 up the compile-run-test cycle.)
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
188 --use-union-type Enable or disable use of a union, instead of an
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
189 int, for the fundamental Lisp_Object type; this
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
190 provides stricter type-checking. Only works with
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
191 some systems and compilers.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
192
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
193
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
194 Other options:
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
195
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
196 --puresize=VALUE Override default amount of space for pure Lisp code.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
197 --rel-alloc Use the relocating allocator (default for this option
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
198 is system-dependent).
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
199 --with-clash-detection Use lock files to detect multiple edits of the same file.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
200 The default is to not do clash detection.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
201 --lockdir=dir The directory to put clash detection files in, such as
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
202 `/var/lock/emacs'.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
203 Defaults to `${statedir}/xemacs/lock'.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
204 --with-system-malloc Force use of the system malloc, rather than GNU malloc.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
205 --with-debug-malloc Use the debugging malloc package.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
206
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
207 You may also specify any of the `path' variables found in
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
208 Makefile.in, including --bindir, --libdir, --lispdir, --datadir, and
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
209 so on. Note that we recommend against explicitly setting any of these
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
210 variables. See the INSTALL file for a complete list plus the reasons
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
211 we advise not changing them.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
212
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
213 If successful, configure leaves its status in config.status. If
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
214 unsuccessful after disturbing the status quo, it removes config.status.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
216 The configure build process also used the following environment variables:
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
217 CC C compiler to use (but configure flags take precedence)
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
218 CPP C preprocessor to use (such as /usr/ccs/lib/cpp or cc -E)
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
219 CFLAGS C compiler compilation flags (such as -O)
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
220 CPPFLAGS Additional compilation flags (such as -I/foo) used only by the preprocessor
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
221 LDFLAGS Additional linker flags (such as -L/foo)
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
222 LIBS Additional libraries (such as -lfoo)
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
223
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
224 INFOPATH Path to search for Info documentation.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
225
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents:
diff changeset
226 For more details on the install process, consult the INSTALL file.