Mercurial > hg > xemacs-beta
comparison configure.usage @ 221:6c0ae1f9357f r20-4b9
Import from CVS: tag r20-4b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:02 +0200 |
parents | 262b8bb4a523 |
children | 41f2f0e326e9 |
comparison
equal
deleted
inserted
replaced
220:04f4bca7b601 | 221:6c0ae1f9357f |
---|---|
104 serial lines and provide vaguely Internet-like | 104 serial lines and provide vaguely Internet-like |
105 functionality over a simple dialup connection, | 105 functionality over a simple dialup connection, |
106 used on Linux and other systems. NOTE: We can't | 106 used on Linux and other systems. NOTE: We can't |
107 guarantee that our TERM support coexists well | 107 guarantee that our TERM support coexists well |
108 with standard Internet connections). | 108 with standard Internet connections). |
109 --with-database=type (*) Compile with database support. Valid types are | 109 --with-database=TYPE (*) Compile with database support. Valid types are |
110 `no' or a comma-separated list of one or more | 110 `no' or a comma-separated list of one or more |
111 of `dbm', `gnudbm', or `berkdb'. | 111 of `dbm', `gnudbm', or `berkdb'. |
112 --with-sound=native (*) Compile with native sound support. | 112 --with-sound=native (*) Compile with native sound support. |
113 --with-sound=nas Compile with network sound support. | 113 --with-sound=nas Compile with network sound support. |
114 --with-sound=both Compile with native and network sound support. | 114 --with-sound=both Compile with native and network sound support. |
122 --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent | 122 --mail-locking=TYPE (*) Specify the locking to be used by movemail to prevent |
123 concurrent updates of mail spool files. Valid types | 123 concurrent updates of mail spool files. Valid types |
124 are `lockf', `flock', and `file'. | 124 are `lockf', `flock', and `file'. |
125 --package-path=PATH Directories to search for packages to dump with xemacs. | 125 --package-path=PATH Directories to search for packages to dump with xemacs. |
126 Defaults to `/usr/local/lib/xemacs/packages:~/.xemacs'. | 126 Defaults to `/usr/local/lib/xemacs/packages:~/.xemacs'. |
127 --infodir=dir Directory to install the XEmacs Info manuals and dir in. | 127 --infodir=DIR Directory to install the XEmacs Info manuals and dir in. |
128 Defaults to: `'. | 128 Defaults to: `'. |
129 --infopath=PATH Directories to search for Info documents, info dir | 129 --infopath=PATH Directories to search for Info documents, info dir |
130 and localdir files. This is used to initialize | 130 and localdir files. This is used to initialize |
131 `Info-default-directory-list' at dump time. | 131 `Info-default-directory-list' at dump time. |
132 Directories on this path that do not exist in the | 132 Directories on this path that do not exist in the |
168 | 168 |
169 Debugging options: | 169 Debugging options: |
170 | 170 |
171 --debug Compile with support for debugging XEmacs. | 171 --debug Compile with support for debugging XEmacs. |
172 (Causes code-size increase and little loss of speed.) | 172 (Causes code-size increase and little loss of speed.) |
173 --error-checking=TYPE[[,TYPE]]... | 173 --error-checking=TYPE[,TYPE]... |
174 Compile with internal error-checking added. | 174 Compile with internal error-checking added. |
175 Causes noticeable loss of speed. Valid types | 175 Causes noticeable loss of speed. Valid types |
176 are extents, bufpos, malloc, gc, typecheck. | 176 are extents, bufpos, malloc, gc, typecheck. |
177 --error-checking=none Disable all internal error-checking (the default). | 177 --error-checking=none Disable all internal error-checking (the default). |
178 --error-checking=all Enable all internal error-checking. | 178 --error-checking=all Enable all internal error-checking. |
194 --puresize=VALUE Override default amount of space for pure Lisp code. | 194 --puresize=VALUE Override default amount of space for pure Lisp code. |
195 --rel-alloc Use the relocating allocator (default for this option | 195 --rel-alloc Use the relocating allocator (default for this option |
196 is system-dependent). | 196 is system-dependent). |
197 --with-clash-detection Use lock files to detect multiple edits of the same file. | 197 --with-clash-detection Use lock files to detect multiple edits of the same file. |
198 The default is to not do clash detection. | 198 The default is to not do clash detection. |
199 --lockdir=dir The directory to put clash detection files in, such as | 199 --lockdir=DIR The directory to put clash detection files in, such as |
200 `/var/lock/emacs'. | 200 `/var/lock/emacs'. |
201 Defaults to `${statedir}/xemacs/lock'. | 201 Defaults to `${statedir}/xemacs/lock'. |
202 --with-system-malloc Force use of the system malloc, rather than GNU malloc. | 202 --with-system-malloc Force use of the system malloc, rather than GNU malloc. |
203 --with-debug-malloc Use the debugging malloc package. | 203 --with-debug-malloc Use the debugging malloc package. |
204 | 204 |