aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-07-08 22:03:08 +0000
committerKim F. Storm2003-07-08 22:03:08 +0000
commit49f601d9604dd4421401d783cfdb096e72803e9e (patch)
tree22039a7df2571ba8aa76a2f6c7c8c8ac194d3026
parent539465b3c90f8607feb92c9242d4c15fcaa1cfea (diff)
downloademacs-49f601d9604dd4421401d783cfdb096e72803e9e.tar.gz
emacs-49f601d9604dd4421401d783cfdb096e72803e9e.zip
(DETAILED BUILDING AND INSTALLATION): Describe new
functionality of --without-xim.
-rw-r--r--INSTALL12
1 files changed, 9 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 8b206596298..255a6bcdc17 100644
--- a/INSTALL
+++ b/INSTALL
@@ -291,9 +291,15 @@ or more of these options:
291 --without-png for PNG image support 291 --without-png for PNG image support
292 292
293Use --without-toolkit-scroll-bars to disable LessTif/Motif or Xaw3d 293Use --without-toolkit-scroll-bars to disable LessTif/Motif or Xaw3d
294scroll bars. --without-xim disables the use of X Input Methods, and 294scroll bars.
295--disable-largefile omits support for files larger than 2GB on systems 295
296which support that. Use --without-sound to disable sound support. 296Use --without-xim to inhibit the default use of X Input Methods. In
297this case, the X resource useXIM can be used to turn on use of XIM.
298
299Use --disable-largefile omits support for files larger than 2GB on
300systems which support that.
301
302Use --without-sound to disable sound support.
297 303
298The `--prefix=PREFIXDIR' option specifies where the installation process 304The `--prefix=PREFIXDIR' option specifies where the installation process
299should put emacs and its data files. This defaults to `/usr/local'. 305should put emacs and its data files. This defaults to `/usr/local'.