comparison configure.usage @ 2416:515786aa760a

[xemacs-hg @ 2004-12-05 08:06:41 by ben] Support package-prefix and fix mail-locking in configure configure.usage, configure.in, configure: Support --package-prefix and mmdf and pop arguments to --mail-locking. Document in configure.usage.
author ben
date Sun, 05 Dec 2004 08:06:42 +0000
parents a8b463c4984a
children 38caebdefb55
comparison
equal deleted inserted replaced
2415:c83d29a262a5 2416:515786aa760a
96 96
97 --with-site-lisp=yes Allow for a site-lisp directory in the XEmacs hierarchy 97 --with-site-lisp=yes Allow for a site-lisp directory in the XEmacs hierarchy
98 searched before the installation packages. 98 searched before the installation packages.
99 --with-site-modules=no Disable site-modules directory in the XEmacs hierarchy, 99 --with-site-modules=no Disable site-modules directory in the XEmacs hierarchy,
100 which is searched before the installation modules. 100 which is searched before the installation modules.
101 --package-prefix=PATH Specify a directory under which packages will
102 be searched. The directories `xemacs-packages' and
103 (if MULE support exists) `mule-packages' (along with,
104 optionally, `site-packages') should exist under this
105 directory. This is preferred to specifying
106 `--package-path' directly and is equivalent to
107 --package-path="~/.xemacs::${package-prefix}/\
108 site-packages:${package_prefix}/xemacs-packages:\
109 ${package_prefix}/mule-packages"
110 (or the same without `.../mule-packages' if no
111 MULE support exists)
101 --package-path=PATH Directories to search for packages to dump with xemacs. 112 --package-path=PATH Directories to search for packages to dump with xemacs.
102 PATH splits into three parts separated by double 113 PATH splits into three parts separated by double
103 colons (::), an early, a late, and a last part, 114 colons (::), an early, a late, and a last part,
104 corresponding to their position in the various 115 corresponding to their position in the various
105 system paths: The early part is always first, 116 system paths: The early part is always first,
257 268
258 Mail options: 269 Mail options:
259 ------------- 270 -------------
260 271
261 --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent 272 --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent
262 concurrent updates of mail spool files. Valid types 273 concurrent updates of mail spool files. Valid types
263 are `lockf', `flock', `dot', `locking' or `mmdf'. 274 are `lockf', `flock', `file', `dot' (same as `file'),
275 `locking', `mmdf' and `pop' (equivalent to
276 `--with-pop=yes').
264 --with-pop Support POP for mail retrieval. 277 --with-pop Support POP for mail retrieval.
265 --with-kerberos Support Kerberos-authenticated POP. 278 --with-kerberos Support Kerberos-authenticated POP.
266 --with-hesiod Support Hesiod to get the POP server host. 279 --with-hesiod Support Hesiod to get the POP server host.
267 280
268 281