comparison configure.usage @ 274:ca9a9ec9c1c1 r21-0b35

Import from CVS: tag r21-0b35
author cvs
date Mon, 13 Aug 2007 10:29:42 +0200
parents c5d627a313b1
children 6330739388db
comparison
equal deleted inserted replaced
273:411aac7253ef 274:ca9a9ec9c1c1
131 concurrent updates of mail spool files. Valid types 131 concurrent updates of mail spool files. Valid types
132 are `lockf', `flock', and `file'. 132 are `lockf', `flock', and `file'.
133 --with-site-lisp Allow for a site-lisp directory in the XEmacs hierarchy 133 --with-site-lisp Allow for a site-lisp directory in the XEmacs hierarchy
134 searched before the installation packages. 134 searched before the installation packages.
135 --package-path=PATH Directories to search for packages to dump with xemacs. 135 --package-path=PATH Directories to search for packages to dump with xemacs.
136 Defaults to 136 PATH splits into three parts separated
137 `~/.xemacs::/usr/local/lib/xemacs-${version}/mule-packages:/usr/local/lib/xemacs/mule-packages:/usr/local/lib/xemacs-${version}/packages:/usr/local/lib/xemacs/packages'. 137 by double colons (::), an early, a late, and a last part,
138 Components before the double colon (::) will not 138 corresponding to their position in the various
139 be seen at dump time. They will also show up 139 system paths: The early part is always first,
140 as the first thing in the various paths. 140 the late part somewhere in the middle, and the
141 last part at the very back.
142 Only the late part gets seen at dump time.
143 If PATH has only one component, that component
144 is late.
145 If PATH has two components, the first is
146 early, the second is late.
141 --infodir=DIR Directory to install the XEmacs Info manuals and dir in. 147 --infodir=DIR Directory to install the XEmacs Info manuals and dir in.
142 Defaults to: `'.
143 --infopath=PATH Directories to search for Info documents, info dir 148 --infopath=PATH Directories to search for Info documents, info dir
144 and localdir files in case run-time searching 149 and localdir files in case run-time searching
145 for them fails. 150 for them fails.
146 Defaults to the value of:
147 `/usr/local/lib/texmf/doc/info:/usr/local/lib/texmf/info:/usr/lib/texmf/doc/info:/usr/lib/texmf/info:/usr/local/info:/usr/info'.
148 151
149 Internationalization options: 152 Internationalization options:
150 153
151 --with-mule Compile with Mule (MUlti-Lingual Emacs) support, 154 --with-mule Compile with Mule (MUlti-Lingual Emacs) support,
152 needed to support non-Latin-1 (including Asian) languages. 155 needed to support non-Latin-1 (including Asian) languages.