Mercurial > hg > xemacs-beta
comparison INSTALL @ 1202:6041a741b6d6
[xemacs-hg @ 2003-01-12 11:03:13 by michaels]
2003-01-12 Mike Sperber <mike@xemacs.org>
* configure.in: Check for strupr and strlwr.
2002-12-16 Ben Wing <ben@xemacs.org>
* INSTALL (Rationale):
* configure.in (XE_COMPUTE_RUNPATH):
* configure.usage (Usage):
* configure.usage (--xemacs-compiler):
* configure.usage (--srcdir):
* configure.usage (--with-prefix):
* configure.usage (--bindir): New.
* configure.usage (--datadir): New.
* configure.usage (--statedir): New.
* configure.usage (--libdir): New.
* configure.usage (--infodir): New.
* configure.usage (--mandir): New.
* configure.usage (--lispdir): New.
* configure.usage (--sitelispdir): New.
* configure.usage (--etcdir): New.
* configure.usage (--lockdir): New.
* configure.usage (--archlibdir): New.
* configure.usage (--docdir): New.
* configure.usage (--moduledir): New.
* configure.usage (--with-site-lisp): New.
* configure.usage (--with-site-modules): New.
* configure.usage (--package-path): New.
* configure.usage (--infopath): New.
* configure.usage (--with-xmu):
* configure.usage (--with-tty):
* configure.usage (--with-gif):
* configure.usage (--native-sound-lib):
* configure.usage (--with-xim): New.
* configure.usage (--with-clash-detection): New.
* configure.usage (--with-database):
* configure.usage (--mail-locking):
* configure.usage (--with-ipv6-cname): Removed.
* configure.usage (--error-checking):
Redo usage message more logically, fix some problems. In configure,
when outputting the compilation options, put in a big ugly warning
about using union-type, since it's been known to trigger so many
compiler bugs, invariably leading to weird crashes.
author | michaels |
---|---|
date | Sun, 12 Jan 2003 11:03:16 +0000 |
parents | ae9378e1cde3 |
children | 32bc2bab419c |
comparison
equal
deleted
inserted
replaced
1201:c2569faae8ed | 1202:6041a741b6d6 |
---|---|
275 This functionality should be considered beta. | 275 This functionality should be considered beta. |
276 | 276 |
277 The `--without-xmu' option can be used if your vendor doesn't ship | 277 The `--without-xmu' option can be used if your vendor doesn't ship |
278 the Xmu library. | 278 the Xmu library. |
279 | 279 |
280 The `--puresize' option can be used to change the amount of purespace | |
281 allocated for the dumped XEmacs. As of XEmacs 20.1 usage of this | |
282 parameter is deprecated and will be ignored. | |
283 | |
284 The `--with-sound=TYPE' option specifies that XEmacs should be built | 280 The `--with-sound=TYPE' option specifies that XEmacs should be built |
285 with sound support. Native (`--with-sound=native') sound support is | 281 with sound support. Native (`--with-sound=native') sound support is |
286 currently available only on Sun SparcStations, SGI's, HP9000s, and | 282 currently available only on Sun SparcStations, SGI's, HP9000s, and |
287 systems (such as Linux) with soundcard.h. Network Audio Support (NAS) | 283 systems (such as Linux) with soundcard.h. Network Audio Support (NAS) |
288 (`--with-sound=nas' or `--with-sound=both') is an extension to X that | 284 (`--with-sound=nas' or `--with-sound=both') is an extension to X that |