diff 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
line wrap: on
line diff
--- a/configure.usage	Thu Dec 20 05:49:48 2001 +0000
+++ b/configure.usage	Thu Dec 20 06:10:13 2001 +0000
@@ -171,6 +171,10 @@
 --with-modules          Compile in experimental support for dynamically
                         loaded libraries (Dynamic Shared Objects).
 --with-netinstall       Compile in support for installation over the internet.
+                        Only functional on the MS Windows platforms.
+--with-ipv6-cname=yes   Try IPv6 information first when canonicalizing host
+                        names.  This option has no effect unless system
+                        supports getaddrinfo(3) and getnameinfo(3).
 --with-site-lisp=yes    Allow for a site-lisp directory in the XEmacs hierarchy
                         searched before the installation packages.
 --with-site-modules=no  Disable site-modules directory in the XEmacs hierarchy,
@@ -201,6 +205,7 @@
                         optionally including autodetection.  Defaults to ON
                         on Windows, OFF on Unix.
 
+
 Internationalization options:
 
 --with-mule             Compile with Mule (MUlti-Lingual Emacs) support,
@@ -243,6 +248,7 @@
 --no-doc-file           Don't rebuild the DOC file unless it's explicitly
                         deleted.  Only use during development. (It speeds
                         up the compile-run-test cycle.)
+--quick-build           Don't GC when dumping.  Implies --no-doc-file.
 --use-union-type        Enable or disable use of a union, instead of an
                         int, for the fundamental Lisp_Object type; this
                         provides stricter type-checking.  Only works with