243
|
1 Usage: configure [--OPTION[=VALUE] ...] [CONFIGURATION]
|
215
|
2
|
|
3 Set compilation and installation parameters for XEmacs, and report.
|
|
4
|
|
5 Note that for most of the following options, you can explicitly enable
|
380
|
6 them using `--OPTION=yes' and explicitly disable them using `--OPTION=no'.
|
215
|
7 This is especially useful for auto-detected options.
|
276
|
8 The option `--without-FEATURE' is a synonym for `--with-FEATURE=no'.
|
215
|
9
|
272
|
10 Options marked with a (*) are auto-detected.
|
215
|
11
|
|
12 Use colons (or quoted spaces) to separate directory names in option
|
|
13 values which are PATHs (i.e. lists of directories).
|
|
14
|
|
15 General options:
|
|
16
|
388
|
17 --help Issue this usage message.
|
412
|
18 --verbose Display the results of configure tests.
|
|
19 --extra-verbose Display even more information, useful for debugging.
|
215
|
20
|
|
21
|
|
22 Compilation options:
|
|
23
|
412
|
24 --compiler=prog C compiler to use.
|
388
|
25 --with-gcc (*) Use GCC to compile XEmacs.
|
412
|
26 --without-gcc Don't use GCC to compile XEmacs.
|
388
|
27 --cflags=FLAGS Compiler flags (such as -O)
|
412
|
28 --cpp=prog C preprocessor to use (e.g. /usr/ccs/lib/cpp or cc -E)
|
388
|
29 --cppflags=FLAGS C preprocessor flags (e.g. -I/foo or -Dfoo=bar)
|
|
30 --libs=LIBS Additional libraries (e.g. -lfoo)
|
|
31 --ldflags=FLAGS Additional linker flags (e.g. -L/foo)
|
412
|
32 --site-includes=PATH List of directories to search first for header files.
|
|
33 --site-libraries=PATH List of directories to search first for libraries.
|
243
|
34 --site-prefixes=PATH List of directories to search for include/ and lib/
|
|
35 subdirectories, just after 'site-includes' and
|
412
|
36 'site-libraries'.
|
215
|
37 --site-runtime-libraries=PATH
|
388
|
38 List of ALL directories to search for dynamically
|
412
|
39 linked libraries at run time.
|
388
|
40 --dynamic=yes Link dynamically if supported by system.
|
|
41 --dynamic=no Force static linking on systems where dynamic
|
|
42 linking is the default.
|
|
43 --srcdir=DIR Look for the XEmacs source files in DIR.
|
|
44 Works best when using GNU Make.
|
215
|
45
|
|
46
|
|
47 Installation options:
|
|
48
|
388
|
49 --prefix=DIR Install files below DIR. Defaults to `/usr/local'.
|
420
|
50 --with-prefix Compile the value of --prefix into the executable.
|
|
51 Defaults to `yes'.
|
|
52 --without-prefix Don't compile the value of --prefix into the executable.
|
215
|
53
|
|
54
|
|
55 Window-system options:
|
|
56
|
388
|
57 --with-x11 (*) Support the X Window System.
|
412
|
58 --without-x11 Don't support X.
|
388
|
59 --x-includes=DIR Search for X header files in DIR.
|
|
60 --x-libraries=DIR Search for X libraries in DIR.
|
412
|
61 --without-toolbars Don't compile with any toolbar support.
|
414
|
62 --without-wmcommand Compile without realized leader window which will
|
|
63 keep the WM_COMMAND property.
|
388
|
64 --with-menubars=TYPE Use TYPE menubars (lucid, motif, or no). The Lucid
|
|
65 widgets emulate Motif (mostly) but are faster.
|
|
66 *WARNING* The Motif menubar is currently broken.
|
|
67 --with-scrollbars=TYPE Use TYPE scrollbars
|
412
|
68 (lucid, motif, athena, athena3d, or no).
|
|
69 --with-dialogs=TYPE Use TYPE dialog boxes (motif, athena, athena3d, or no).
|
388
|
70 Lucid menubars and scrollbars are the default.
|
|
71 Motif dialog boxes will be used if Motif can be found.
|
420
|
72 --with-widgets=TYPE Use TYPE widgets (motif, athena, athena3d, or no).
|
|
73 Motif widgets will be used if Motif can be found.
|
|
74 Other widget types are currently unsupported.
|
412
|
75 --with-dragndrop (*) Compile in the generic drag and drop API. This is
|
388
|
76 automatically added if one of the drag and drop
|
|
77 protocols is found (currently CDE, OffiX, MSWindows).
|
|
78 *WARNING* The Drag'n'drop support is under development
|
|
79 and is considered experimental.
|
412
|
80 --with-cde (*) Compile in support for CDE drag and drop.
|
|
81 --with-offix (*) Compile in support for OffiX drag and drop.
|
388
|
82 *WARNING* If you compile in OffiX, you may not be
|
|
83 able to use multiple X displays success-
|
|
84 fully. If the two servers are from
|
|
85 different vendors, the results may be
|
|
86 unpredictable.
|
412
|
87 --without-xmu (*) For those unfortunates whose vendors don't ship Xmu.
|
388
|
88 --external-widget Compile with external widget support.
|
412
|
89 --with-xpm (*) Compile with support for XPM files.
|
|
90 It is highly recommended that you obtain XPM
|
|
91 (version 3.4h or better) if you don't already
|
|
92 have it. Get it from the XEmacs FTP site.
|
|
93 --with-xface (*) Compile with support for X-Face mail header
|
|
94 conversion. Requires the compface library.
|
|
95 Get it from the XEmacs FTP site.
|
|
96 --without-gif Compile without the built-in support for GIF image
|
|
97 conversion.
|
|
98 --with-jpeg (*) Compile with support for JPEG image conversion.
|
|
99 Requires libjpeg from the Independent JPEG Group.
|
|
100 Get it from the XEmacs FTP site.
|
|
101 --with-png (*) Compile with support for PNG image conversion.
|
|
102 Requires libpng. Get it from the XEmacs FTP site.
|
|
103 --with-tiff (*) Compile with support for TIFF image conversion.
|
|
104 Requires Sam Lefflier's libtiff library.
|
|
105 Get if from the XEmacs FTP site.
|
215
|
106
|
|
107
|
412
|
108 TTY options:
|
406
|
109
|
412
|
110 --without-tty Don't support TTY-s.
|
|
111 --with-ncurses (*) Use the ncurses library for tty support.
|
|
112 --with-gpm (*) Compile in support for General Purpose Mouse.
|
406
|
113
|
|
114
|
|
115 Additional features:
|
|
116
|
|
117 --with-tooltalk (*) Support the ToolTalk IPC protocol.
|
|
118 --with-workshop Support the Sun WorkShop (formerly Sparcworks)
|
|
119 development environment.
|
|
120 --with-socks Compile with support for SOCKS (an Internet proxy).
|
412
|
121 --with-database=TYPE (*) Compile with database support. Valid types are
|
|
122 `no' or a comma-separated list of one or more
|
|
123 of `berkdb' and either `dbm' or `gnudbm'.
|
|
124 --with-sound=native (*) Compile with native sound support.
|
|
125 --with-sound=nas Compile with network sound support.
|
|
126 --with-sound=both Compile with native and network sound support.
|
|
127 --native-sound-lib=LIB Native sound support library. Needed on Suns
|
|
128 with --with-sound=both because both sound libraries
|
|
129 are called libaudio.
|
|
130 --with-pop support POP for mail retrieval
|
|
131 --with-kerberos support Kerberos-authenticated POP
|
|
132 --with-hesiod support Hesiod to get the POP server host
|
406
|
133 --with-dnet (*) Compile with support for DECnet.
|
412
|
134 --with-ldap (*) Compile with support for the LDAP protocol (requires
|
|
135 installed LDAP libraries on the system).
|
|
136 --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent
|
|
137 concurrent updates of mail spool files. Valid types
|
|
138 are `lockf', `flock', and `file'.
|
422
|
139 --with-modules Compile in experimental support for dynamically
|
|
140 loaded libraries (Dynamic Shared Objects).
|
388
|
141 --with-site-lisp=yes Allow for a site-lisp directory in the XEmacs hierarchy
|
|
142 searched before the installation packages.
|
|
143 --with-site-modules=no Disable site-modules directory in the XEmacs hierarchy,
|
|
144 which is searched before the installation modules.
|
215
|
145 --package-path=PATH Directories to search for packages to dump with xemacs.
|
388
|
146 PATH splits into three parts separated by double
|
|
147 colons (::), an early, a late, and a last part,
|
274
|
148 corresponding to their position in the various
|
380
|
149 system paths: The early part is always first,
|
|
150 the late part somewhere in the middle, and the
|
274
|
151 last part at the very back.
|
|
152 Only the late part gets seen at dump time.
|
380
|
153 If PATH has only one component, that component
|
274
|
154 is late.
|
|
155 If PATH has two components, the first is
|
|
156 early, the second is late.
|
388
|
157 --infodir=DIR Directory to install XEmacs Info manuals and dir in.
|
|
158 --infopath=PATH Directories to search for Info documents, info dir
|
|
159 and localdir files in case run-time searching
|
269
|
160 for them fails.
|
388
|
161 --moduledir=DIR Directory to install dynamic modules in.
|
424
|
162 --pdump New, experimental, non-working, don't-sue-me-if-
|
|
163 your-house-collapses-and-your-wife-goes-away,
|
|
164 portable dumper.
|
215
|
165
|
|
166 Internationalization options:
|
|
167
|
388
|
168 --with-mule Compile with Mule (MUlti-Lingual Emacs) support,
|
|
169 needed to support non-Latin-1 (including Asian)
|
|
170 languages.
|
|
171 --with-xim=xlib Compile with support for X input methods,
|
|
172 --with-xim=motif (*) Used in conjunction with Mule support.
|
|
173 Use either raw Xlib to provide XIM support, or
|
|
174 the Motif XmIm* routines (when available).
|
|
175 NOTE: On some systems bugs in X11's XIM support
|
|
176 will cause XEmacs to crash, so by default,
|
|
177 no XIM support is compiled in, unless running
|
|
178 on Solaris and the XmIm* routines are detected.
|
|
179 --with-canna (*) Compile with support for Canna (a Japanese input method
|
|
180 used in conjunction with Mule support).
|
|
181 --with-wnn (*) Compile with support for WNN (a multi-language input
|
|
182 method used in conjunction with Mule support).
|
412
|
183 --with-wnn6 (*) Compile with support for the comercial package WNN
|
|
184 version 6
|
388
|
185 --with-i18n3 Compile with I18N level 3 (support for message
|
|
186 translation). This doesn't currently work.
|
|
187 --with-xfs Compile with XFontSet support for bilingual menubar.
|
|
188 Can't use this option with --with-xim=motif or xlib.
|
|
189 And should have --with-menubars=lucid.
|
215
|
190
|
|
191
|
|
192 Debugging options:
|
|
193
|
388
|
194 --debug Compile with support for debugging XEmacs.
|
|
195 (Causes code-size increase and little loss of speed.)
|
221
|
196 --error-checking=TYPE[,TYPE]...
|
388
|
197 Compile with internal error-checking added.
|
|
198 Causes noticeable loss of speed. Valid types
|
|
199 are extents, bufpos, malloc, gc, typecheck.
|
|
200 --error-checking=none Disable all internal error-checking (the default).
|
|
201 --error-checking=all Enable all internal error-checking.
|
|
202 --memory-usage-stats Compile with additional code to allow you to
|
|
203 determine what XEmacs's memory is being used
|
|
204 for. Causes a small code increase but no loss
|
|
205 of speed. Normally enabled when --debug is given.
|
|
206 --no-doc-file Don't rebuild the DOC file unless it's explicitly
|
|
207 deleted. Only use during development. (It speeds
|
|
208 up the compile-run-test cycle.)
|
|
209 --use-union-type Enable or disable use of a union, instead of an
|
|
210 int, for the fundamental Lisp_Object type; this
|
|
211 provides stricter type-checking. Only works with
|
|
212 some systems and compilers.
|
392
|
213 --with-quantify Add support for performance debugging using Quantify.
|
|
214 --with-purify Add support for memory debugging using Purify.
|
215
|
215
|
|
216
|
|
217 Other options:
|
|
218
|
388
|
219 --rel-alloc Use the relocating allocator (default for this option
|
|
220 is system-dependent).
|
|
221 --with-dlmalloc Control usage of Doug Lea malloc on systems that have
|
|
222 it in the standard C library (default is to use it if
|
|
223 it is available).
|
392
|
224 --with-system-malloc Force use of the system malloc, rather than GNU malloc.
|
|
225 --with-debug-malloc Use the debugging malloc package.
|
388
|
226 --with-clash-detection Use lock files to detect multiple edits of the same
|
412
|
227 file. The default is to not do clash detection.
|
388
|
228 --lockdir=DIR The directory to put clash detection files in, such as
|
|
229 `/var/lock/emacs'.
|
|
230 Defaults to `${statedir}/xemacs/lock'.
|
215
|
231
|
269
|
232 You may also specify any of the `path' variables found in Makefile.in,
|
420
|
233 including --bindir, --libdir, --docdir, --lispdir, --sitelispdir,
|
|
234 --datadir, --infodir, --mandir and so on. Note that we recommend
|
|
235 against explicitly setting any of these variables. See the INSTALL
|
|
236 file for a complete list plus the reasons we advise not changing them.
|
215
|
237
|
|
238 If successful, configure leaves its status in config.status. If
|
|
239 unsuccessful after disturbing the status quo, it removes config.status.
|
|
240
|
272
|
241 The configure script also recognizes some environment variables, each
|
412
|
242 of which is equivalent to a corresponding configure flag. A specified
|
|
243 configure flag always overrides the environment variable.
|
243
|
244
|
412
|
245 envvar configure flag
|
|
246 ----- --------------
|
|
247 CC --compiler
|
|
248 CPP --cpp
|
|
249 CFLAGS --cflags
|
|
250 CPPFLAGS --cppflags
|
|
251 LDFLAGS --ldflags
|
|
252 LIBS --libs
|
|
253 LD_RUN_PATH --site-runtime-libraries
|
215
|
254
|
|
255 For more details on the install process, consult the INSTALL file.
|