Mercurial > hg > xemacs-beta
comparison configure.usage @ 269:b2472a1930f2 r20-5b33
Import from CVS: tag r20-5b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:27:19 +0200 |
parents | 8efd647ea9ca |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
268:6ced69ccd85f | 269:b2472a1930f2 |
---|---|
122 --with-ldap (*) Compile with support for the LDAP protocol (requires | 122 --with-ldap (*) Compile with support for the LDAP protocol (requires |
123 installed LDAP libraries on the system). | 123 installed LDAP libraries on the system). |
124 --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent | 124 --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent |
125 concurrent updates of mail spool files. Valid types | 125 concurrent updates of mail spool files. Valid types |
126 are `lockf', `flock', and `file'. | 126 are `lockf', `flock', and `file'. |
127 --with-site-lisp Allow for a site-lisp directory in the XEmacs hierarchy | |
128 searched before the installation packages. | |
127 --package-path=PATH Directories to search for packages to dump with xemacs. | 129 --package-path=PATH Directories to search for packages to dump with xemacs. |
128 Defaults to `/usr/local/lib/xemacs/packages:~/.xemacs'. | 130 Defaults to |
131 `~/.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'. | |
132 Components before the double colon (::) will not | |
133 be seen at dump time. They will also show up | |
134 as the first thing in the various paths. | |
129 --infodir=DIR Directory to install the XEmacs Info manuals and dir in. | 135 --infodir=DIR Directory to install the XEmacs Info manuals and dir in. |
130 Defaults to: `'. | 136 Defaults to: `'. |
131 --infopath=PATH Directories to search for Info documents, info dir | 137 --infopath=PATH Directories to search for Info documents, info dir |
132 and localdir files. This is used to initialize | 138 and localdir files in case run-time searching |
133 `Info-default-directory-list' at dump time. | 139 for them fails. |
134 Directories on this path that do not exist in the | |
135 filesystem will be dropped by the startup code at | |
136 runtime, so it is safe to specify directories that do | |
137 not exist in the compilation environment, or that won't | |
138 exist in the runtime environment. The "dir" | |
139 file in the first existing directory in this list will | |
140 become the (dir)Top node of the Info tree. | |
141 Defaults to the value of: | 140 Defaults to the value of: |
142 `/usr/local/info:/usr/info:/usr/local/lib/texmf/doc/info:/usr/lib/texmf/doc/ | 141 `/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'. |
143 info'. | |
144 | 142 |
145 Internationalization options: | 143 Internationalization options: |
146 | 144 |
147 --with-mule Compile with Mule (MUlti-Lingual Emacs) support, | 145 --with-mule Compile with Mule (MUlti-Lingual Emacs) support, |
148 needed to suport non-Latin-1 (including Asian) languages. | 146 needed to suport non-Latin-1 (including Asian) languages. |
203 `/var/lock/emacs'. | 201 `/var/lock/emacs'. |
204 Defaults to `${statedir}/xemacs/lock'. | 202 Defaults to `${statedir}/xemacs/lock'. |
205 --with-system-malloc Force use of the system malloc, rather than GNU malloc. | 203 --with-system-malloc Force use of the system malloc, rather than GNU malloc. |
206 --with-debug-malloc Use the debugging malloc package. | 204 --with-debug-malloc Use the debugging malloc package. |
207 | 205 |
208 You may also specify any of the `path' variables found in | 206 You may also specify any of the `path' variables found in Makefile.in, |
209 Makefile.in, including --bindir, --libdir, --lispdir, --datadir, and | 207 including --bindir, --libdir, --lispdir, --sitelispdir, --datadir, |
210 so on. Note that we recommend against explicitly setting any of these | 208 --infodir, --mandir and so on. Note that we recommend against |
211 variables. See the INSTALL file for a complete list plus the reasons | 209 explicitly setting any of these variables. See the INSTALL file for a |
212 we advise not changing them. | 210 complete list plus the reasons we advise not changing them. |
213 | 211 |
214 If successful, configure leaves its status in config.status. If | 212 If successful, configure leaves its status in config.status. If |
215 unsuccessful after disturbing the status quo, it removes config.status. | 213 unsuccessful after disturbing the status quo, it removes config.status. |
216 | 214 |
217 The configure build process also uses the following environment variables: | 215 The configure build process also uses the following environment variables: |