Mercurial > hg > xemacs-beta
comparison configure.usage @ 1984:36760cdcb631
[xemacs-hg @ 2004-04-05 22:50:44 by james]
And one more commit because it still never does the top level for me.
author | james |
---|---|
date | Mon, 05 Apr 2004 22:50:51 +0000 |
parents | 000fb15e7f54 |
children | a8b463c4984a |
comparison
equal
deleted
inserted
replaced
1983:9c872f33ecbe | 1984:36760cdcb631 |
---|---|
285 --with-dlmalloc Control usage of Doug Lea malloc on systems that have | 285 --with-dlmalloc Control usage of Doug Lea malloc on systems that have |
286 it in the standard C library (default is to use it if | 286 it in the standard C library (default is to use it if |
287 it is available). | 287 it is available). |
288 --with-system-malloc Force use of the system malloc, rather than GNU malloc. | 288 --with-system-malloc Force use of the system malloc, rather than GNU malloc. |
289 --with-debug-malloc Use the debugging malloc package. | 289 --with-debug-malloc Use the debugging malloc package. |
290 | |
291 | |
292 Emacs Lisp options: | |
293 ------------------- | |
294 | |
295 --use-number-lib=TYPE Compile in support for bignums, ratios, or bigfloats | |
296 using library support. TYPE must be one of "gmp" | |
297 (for GNU MP) or "mp" (for BSD MP). | |
290 | 298 |
291 | 299 |
292 Debugging options: | 300 Debugging options: |
293 ------------------ | 301 ------------------ |
294 | 302 |