diff options
| author | Glenn Morris | 2014-01-22 21:09:31 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-22 21:09:31 -0500 |
| commit | 893e631c5228fa7037da79bbc68efe4419e09865 (patch) | |
| tree | 5a018a00d24c219d0c5a4539ca56c15357fd3370 | |
| parent | 45d9ec7571c1b6ec6050db4bf81e45405997ddec (diff) | |
| download | emacs-893e631c5228fa7037da79bbc68efe4419e09865.tar.gz emacs-893e631c5228fa7037da79bbc68efe4419e09865.zip | |
Downplay LessTif in docs, since Motif is now free software,
and even http://lesstif.sourceforge.net/ recommends it over LessTif.
| -rw-r--r-- | INSTALL | 16 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 11 deletions
| @@ -254,14 +254,11 @@ accept a list of directories, separated with colons. | |||
| 254 | To get more attractive menus, you can specify an X toolkit when you | 254 | To get more attractive menus, you can specify an X toolkit when you |
| 255 | configure Emacs; use the option `--with-x-toolkit=TOOLKIT', where | 255 | configure Emacs; use the option `--with-x-toolkit=TOOLKIT', where |
| 256 | TOOLKIT is `gtk' (the default), `athena', or `motif' (`yes' and | 256 | TOOLKIT is `gtk' (the default), `athena', or `motif' (`yes' and |
| 257 | `lucid' are synonyms for `athena'). On some systems, it does not work | 257 | `lucid' are synonyms for `athena'). Compiling with Motif causes a |
| 258 | to use a toolkit with shared libraries. A free implementation of | 258 | standard File Selection Dialog to pop up when you invoke file commands |
| 259 | Motif, called LessTif, is available from <http://www.lesstif.org>. | 259 | with the mouse. You can get fancy 3D-style scroll bars, even without |
| 260 | Compiling with LessTif or Motif causes a standard File Selection | 260 | Gtk or Motif, if you have the Xaw3d library installed (see |
| 261 | Dialog to pop up when you invoke file commands with the mouse. You | 261 | "Image support libraries" above for Xaw3d availability). |
| 262 | can get fancy 3D-style scroll bars, even without Gtk or LessTif/Motif, | ||
| 263 | if you have the Xaw3d library installed (see "Image support libraries" | ||
| 264 | above for Xaw3d availability). | ||
| 265 | 262 | ||
| 266 | You can tell configure where to search for GTK by specifying | 263 | You can tell configure where to search for GTK by specifying |
| 267 | `--with-pkg-config-prog=PATH' where PATH is the pathname to | 264 | `--with-pkg-config-prog=PATH' where PATH is the pathname to |
| @@ -295,8 +292,7 @@ or more of these options: | |||
| 295 | --without-gif for GIF image support | 292 | --without-gif for GIF image support |
| 296 | --without-png for PNG image support | 293 | --without-png for PNG image support |
| 297 | 294 | ||
| 298 | Use --without-toolkit-scroll-bars to disable LessTif/Motif or Xaw3d | 295 | Use --without-toolkit-scroll-bars to disable Motif or Xaw3d scroll bars. |
| 299 | scroll bars. | ||
| 300 | 296 | ||
| 301 | Use --without-xim to inhibit the default use of X Input Methods. | 297 | Use --without-xim to inhibit the default use of X Input Methods. |
| 302 | In this case, the X resource useXIM can be used to turn on use of XIM. | 298 | In this case, the X resource useXIM can be used to turn on use of XIM. |
diff --git a/configure.ac b/configure.ac index 626dcb1c3ea..326d52897ba 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -1947,7 +1947,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then | |||
| 1947 | test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then | 1947 | test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then |
| 1948 | AC_MSG_ERROR([You seem to be running X, but no X development libraries | 1948 | AC_MSG_ERROR([You seem to be running X, but no X development libraries |
| 1949 | were found. You should install the relevant development files for X | 1949 | were found. You should install the relevant development files for X |
| 1950 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | 1950 | and for the toolkit you want, such as Gtk+ or Motif. Also make |
| 1951 | sure you have development files for image handling, i.e. | 1951 | sure you have development files for image handling, i.e. |
| 1952 | tiff, gif, jpeg, png and xpm. | 1952 | tiff, gif, jpeg, png and xpm. |
| 1953 | If you are sure you want Emacs compiled without X window support, pass | 1953 | If you are sure you want Emacs compiled without X window support, pass |