Mercurial > hg > xemacs-beta
comparison configure.usage @ 420:41dbb7a9d5f2 r21-2-18
Import from CVS: tag r21-2-18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:24:09 +0200 |
parents | da8ed4261e83 |
children | 95016f13131a |
comparison
equal
deleted
inserted
replaced
419:66615b78f1a5 | 420:41dbb7a9d5f2 |
---|---|
45 | 45 |
46 | 46 |
47 Installation options: | 47 Installation options: |
48 | 48 |
49 --prefix=DIR Install files below DIR. Defaults to `/usr/local'. | 49 --prefix=DIR Install files below DIR. Defaults to `/usr/local'. |
50 --with-prefix Compile the value of --prefix into the executable. | |
51 Defaults to `yes'. | |
52 --without-prefix Don't compile the value of --prefix into the executable. | |
50 | 53 |
51 | 54 |
52 Window-system options: | 55 Window-system options: |
53 | 56 |
54 --with-x11 (*) Support the X Window System. | 57 --with-x11 (*) Support the X Window System. |
64 --with-scrollbars=TYPE Use TYPE scrollbars | 67 --with-scrollbars=TYPE Use TYPE scrollbars |
65 (lucid, motif, athena, athena3d, or no). | 68 (lucid, motif, athena, athena3d, or no). |
66 --with-dialogs=TYPE Use TYPE dialog boxes (motif, athena, athena3d, or no). | 69 --with-dialogs=TYPE Use TYPE dialog boxes (motif, athena, athena3d, or no). |
67 Lucid menubars and scrollbars are the default. | 70 Lucid menubars and scrollbars are the default. |
68 Motif dialog boxes will be used if Motif can be found. | 71 Motif dialog boxes will be used if Motif can be found. |
72 --with-widgets=TYPE Use TYPE widgets (motif, athena, athena3d, or no). | |
73 Motif widgets will be used if Motif can be found. | |
74 Other widget types are currently unsupported. | |
69 --with-dragndrop (*) Compile in the generic drag and drop API. This is | 75 --with-dragndrop (*) Compile in the generic drag and drop API. This is |
70 automatically added if one of the drag and drop | 76 automatically added if one of the drag and drop |
71 protocols is found (currently CDE, OffiX, MSWindows). | 77 protocols is found (currently CDE, OffiX, MSWindows). |
72 *WARNING* The Drag'n'drop support is under development | 78 *WARNING* The Drag'n'drop support is under development |
73 and is considered experimental. | 79 and is considered experimental. |
217 --lockdir=DIR The directory to put clash detection files in, such as | 223 --lockdir=DIR The directory to put clash detection files in, such as |
218 `/var/lock/emacs'. | 224 `/var/lock/emacs'. |
219 Defaults to `${statedir}/xemacs/lock'. | 225 Defaults to `${statedir}/xemacs/lock'. |
220 | 226 |
221 You may also specify any of the `path' variables found in Makefile.in, | 227 You may also specify any of the `path' variables found in Makefile.in, |
222 including --bindir, --libdir, --lispdir, --sitelispdir, --datadir, | 228 including --bindir, --libdir, --docdir, --lispdir, --sitelispdir, |
223 --infodir, --mandir and so on. Note that we recommend against | 229 --datadir, --infodir, --mandir and so on. Note that we recommend |
224 explicitly setting any of these variables. See the INSTALL file for a | 230 against explicitly setting any of these variables. See the INSTALL |
225 complete list plus the reasons we advise not changing them. | 231 file for a complete list plus the reasons we advise not changing them. |
226 | 232 |
227 If successful, configure leaves its status in config.status. If | 233 If successful, configure leaves its status in config.status. If |
228 unsuccessful after disturbing the status quo, it removes config.status. | 234 unsuccessful after disturbing the status quo, it removes config.status. |
229 | 235 |
230 The configure script also recognizes some environment variables, each | 236 The configure script also recognizes some environment variables, each |