annotate configure.usage @ 308:33bdb3d4b97f r21-0b52

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