Mercurial > hg > xemacs-beta
comparison configure.usage @ 708:512e4a478e9d
[xemacs-hg @ 2001-12-20 06:08:09 by andyp]
sync with 21-4-6-windows
author | andyp |
---|---|
date | Thu, 20 Dec 2001 06:10:13 +0000 |
parents | 277f059a321b |
children | 76d5a3dd827a |
comparison
equal
deleted
inserted
replaced
707:a307f9a2021d | 708:512e4a478e9d |
---|---|
169 --with-socks Compile with support for SOCKS (an Internet proxy). | 169 --with-socks Compile with support for SOCKS (an Internet proxy). |
170 --with-dnet (*) Compile with support for DECnet. | 170 --with-dnet (*) Compile with support for DECnet. |
171 --with-modules Compile in experimental support for dynamically | 171 --with-modules Compile in experimental support for dynamically |
172 loaded libraries (Dynamic Shared Objects). | 172 loaded libraries (Dynamic Shared Objects). |
173 --with-netinstall Compile in support for installation over the internet. | 173 --with-netinstall Compile in support for installation over the internet. |
174 Only functional on the MS Windows platforms. | |
175 --with-ipv6-cname=yes Try IPv6 information first when canonicalizing host | |
176 names. This option has no effect unless system | |
177 supports getaddrinfo(3) and getnameinfo(3). | |
174 --with-site-lisp=yes Allow for a site-lisp directory in the XEmacs hierarchy | 178 --with-site-lisp=yes Allow for a site-lisp directory in the XEmacs hierarchy |
175 searched before the installation packages. | 179 searched before the installation packages. |
176 --with-site-modules=no Disable site-modules directory in the XEmacs hierarchy, | 180 --with-site-modules=no Disable site-modules directory in the XEmacs hierarchy, |
177 which is searched before the installation modules. | 181 which is searched before the installation modules. |
178 --package-path=PATH Directories to search for packages to dump with xemacs. | 182 --package-path=PATH Directories to search for packages to dump with xemacs. |
199 conventions in text files (such as LF-delimited text | 203 conventions in text files (such as LF-delimited text |
200 imported from a Unix system to a Windows environment), | 204 imported from a Unix system to a Windows environment), |
201 optionally including autodetection. Defaults to ON | 205 optionally including autodetection. Defaults to ON |
202 on Windows, OFF on Unix. | 206 on Windows, OFF on Unix. |
203 | 207 |
208 | |
204 Internationalization options: | 209 Internationalization options: |
205 | 210 |
206 --with-mule Compile with Mule (MUlti-Lingual Emacs) support, | 211 --with-mule Compile with Mule (MUlti-Lingual Emacs) support, |
207 needed to support non-Latin-1 (including Asian) | 212 needed to support non-Latin-1 (including Asian) |
208 languages. | 213 languages. |
241 for. Causes a small code increase but no loss | 246 for. Causes a small code increase but no loss |
242 of speed. Normally enabled when --debug is given. | 247 of speed. Normally enabled when --debug is given. |
243 --no-doc-file Don't rebuild the DOC file unless it's explicitly | 248 --no-doc-file Don't rebuild the DOC file unless it's explicitly |
244 deleted. Only use during development. (It speeds | 249 deleted. Only use during development. (It speeds |
245 up the compile-run-test cycle.) | 250 up the compile-run-test cycle.) |
251 --quick-build Don't GC when dumping. Implies --no-doc-file. | |
246 --use-union-type Enable or disable use of a union, instead of an | 252 --use-union-type Enable or disable use of a union, instead of an |
247 int, for the fundamental Lisp_Object type; this | 253 int, for the fundamental Lisp_Object type; this |
248 provides stricter type-checking. Only works with | 254 provides stricter type-checking. Only works with |
249 some systems and compilers. | 255 some systems and compilers. |
250 --with-quantify Add support for performance debugging using Quantify. | 256 --with-quantify Add support for performance debugging using Quantify. |