comparison configure.usage @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 2f8bb876ab1d
children de805c49cfc1
comparison
equal deleted inserted replaced
405:0e08f63c74d2 406:b8cc9ab3f761
86 fully. If the two servers are from 86 fully. If the two servers are from
87 different vendors, the results may be 87 different vendors, the results may be
88 unpredictable. 88 unpredictable.
89 --without-xmu (*) For those unfortunates whose vendors don't ship Xmu. 89 --without-xmu (*) For those unfortunates whose vendors don't ship Xmu.
90 --external-widget Compile with external widget support. 90 --external-widget Compile with external widget support.
91
92
93 TTY options:
94
95 --without-tty Don't support TTY-s.
96 --with-ncurses (*) Use the ncurses library for tty support.
97 --with-gpm (*) Compile in support for General Purpose Mouse.
98
99
100 Image options:
101
91 --with-xpm (*) Compile with support for XPM files. 102 --with-xpm (*) Compile with support for XPM files.
92 It is highly recommended that you obtain XPM 103 It is highly recommended that you obtain XPM
93 (version 3.4h or better) if you don't already 104 (version 3.4h or better) if you don't already
94 have it. Get it from the XEmacs FTP site. 105 have it. Get it from the XEmacs FTP site.
95 --with-xface (*) Compile with support for X-Face mail header 106 --with-xface (*) Compile with support for X-Face mail header
105 --with-tiff (*) Compile with support for TIFF image conversion. 116 --with-tiff (*) Compile with support for TIFF image conversion.
106 Requires Sam Lefflier's libtiff library. 117 Requires Sam Lefflier's libtiff library.
107 Get if from the XEmacs FTP site. 118 Get if from the XEmacs FTP site.
108 119
109 120
110 TTY options: 121 Sound options:
111 122
112 --without-tty Don't support TTY-s.
113 --with-ncurses (*) Use the ncurses library for tty support.
114 --with-gpm (*) Compile in support for General Purpose Mouse.
115
116
117 Additional features:
118
119 --with-tooltalk (*) Support the ToolTalk IPC protocol.
120 --with-workshop Support the Sun WorkShop (formerly Sparcworks)
121 development environment.
122 --with-socks Compile with support for SOCKS (an Internet proxy).
123 --with-database=TYPE (*) Compile with database support. Valid types are
124 `no' or a comma-separated list of one or more
125 of `berkdb' and either `dbm' or `gnudbm'.
126 --with-sound=TYPE,[TYPE],... Compile with native sound support. 123 --with-sound=TYPE,[TYPE],... Compile with native sound support.
127 Valid types are `native', `nas' and `esd'. 124 Valid types are `native', `nas' and `esd'.
128 Prefix a type with 'no' to disable. 125 Prefix a type with 'no' to disable.
129 The first option can be `none' or `all'. 126 The first option can be `none' or `all'.
130 `none' is a synonym for `nonative,nonas,noesd'. 127 `none' is a synonym for `nonative,nonas,noesd'.
131 `all' is a synonym for native,nas,esd or `all'. 128 `all' is a synonym for native,nas,esd or `all'.
132 The default is to autodetect all sound support. 129 The default is to autodetect all sound support.
133 --native-sound-lib=LIB Native sound support library. Needed on Suns 130 --native-sound-lib=LIB Native sound support library. Needed on Suns
134 with --with-sound=both because both sound libraries 131 with --with-sound=both because both sound libraries
135 are called libaudio. 132 are called libaudio.
136 --with-pop support POP for mail retrieval 133
137 --with-kerberos support Kerberos-authenticated POP 134
138 --with-hesiod support Hesiod to get the POP server host 135 Database options:
139 --with-dnet (*) Compile with support for DECnet. 136
137 --with-database=TYPE (*) Compile with database support. Valid types are
138 `no' or a comma-separated list of one or more
139 of `berkdb' and either `dbm' or `gnudbm'.
140 --with-ldap (*) Compile with support for the LDAP protocol (requires 140 --with-ldap (*) Compile with support for the LDAP protocol (requires
141 installed LDAP libraries on the system). 141 installed LDAP libraries on the system).
142 --with-postgresql (*) Compile with support for the PostgreSQL RDBMS (requires 142 --with-postgresql (*) Compile with support for the PostgreSQL RDBMS (requires
143 installed PostreSQL libraries on the system). 143 installed PostreSQL libraries on the system).
144
145
146 Mail options:
147
144 --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent 148 --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent
145 concurrent updates of mail spool files. Valid types 149 concurrent updates of mail spool files. Valid types
146 are `lockf', `flock', and `dot'. 150 are `lockf', `flock', and `dot'.
151 --with-pop support POP for mail retrieval
152 --with-kerberos support Kerberos-authenticated POP
153 --with-hesiod support Hesiod to get the POP server host
154
155
156 Additional features:
157
158 --with-tooltalk (*) Support the ToolTalk IPC protocol.
159 --with-workshop Support the Sun WorkShop (formerly Sparcworks)
160 development environment.
161 --with-socks Compile with support for SOCKS (an Internet proxy).
162 --with-dnet (*) Compile with support for DECnet.
147 --with-modules Compile in experimental support for dynamically 163 --with-modules Compile in experimental support for dynamically
148 loaded libraries (Dynamic Shared Objects). 164 loaded libraries (Dynamic Shared Objects).
149 --with-site-lisp=yes Allow for a site-lisp directory in the XEmacs hierarchy 165 --with-site-lisp=yes Allow for a site-lisp directory in the XEmacs hierarchy
150 searched before the installation packages. 166 searched before the installation packages.
151 --with-site-modules=no Disable site-modules directory in the XEmacs hierarchy, 167 --with-site-modules=no Disable site-modules directory in the XEmacs hierarchy,
230 it in the standard C library (default is to use it if 246 it in the standard C library (default is to use it if
231 it is available). 247 it is available).
232 --with-system-malloc Force use of the system malloc, rather than GNU malloc. 248 --with-system-malloc Force use of the system malloc, rather than GNU malloc.
233 --with-debug-malloc Use the debugging malloc package. 249 --with-debug-malloc Use the debugging malloc package.
234 --with-clash-detection Use lock files to detect multiple edits of the same 250 --with-clash-detection Use lock files to detect multiple edits of the same
235 file. The default is to not do clash detection. 251 file. The default is to do clash detection.
236 --lockdir=DIR The directory to put clash detection files in, such as 252 --lockdir=DIR The directory to put clash detection files in, such as
237 `/var/lock/emacs'. 253 `/var/lock/emacs'.
238 Defaults to `${statedir}/xemacs/lock'. 254 Defaults to `${statedir}/xemacs/lock'.
239 255
240 You may also specify any of the `path' variables found in Makefile.in, 256 You may also specify any of the `path' variables found in Makefile.in,