aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJuanma Barranquero2007-04-24 14:24:46 +0000
committerJuanma Barranquero2007-04-24 14:24:46 +0000
commit5efc493ce8ef3e4662c0d5720f3cd97f30570fa7 (patch)
tree90bca9b28f8eca98fcc5a666d3b2bdc70c3ccfe6 /INSTALL
parentaf6a8551b43a62339a09959c29f86a338e9152eb (diff)
downloademacs-5efc493ce8ef3e4662c0d5720f3cd97f30570fa7.tar.gz
emacs-5efc493ce8ef3e4662c0d5720f3cd97f30570fa7.zip
(DETAILED BUILDING AND INSTALLATION): Fix typo.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 8 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index ce4359f86da..80ee412543b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -298,13 +298,13 @@ or more of these options:
298 --without-png for PNG image support 298 --without-png for PNG image support
299 299
300Use --without-toolkit-scroll-bars to disable LessTif/Motif or Xaw3d 300Use --without-toolkit-scroll-bars to disable LessTif/Motif or Xaw3d
301scroll bars. 301scroll bars.
302 302
303Use --without-xim to inhibit the default use of X Input Methods. In 303Use --without-xim to inhibit the default use of X Input Methods. In
304this case, the X resource useXIM can be used to turn on use of XIM. 304this case, the X resource useXIM can be used to turn on use of XIM.
305 305
306Use --disable-largefile omits support for files larger than 2GB on 306Use --disable-largefile omits support for files larger than 2GB on
307systems which support that. 307systems which support that.
308 308
309Use --without-sound to disable sound support. 309Use --without-sound to disable sound support.
310 310
@@ -364,8 +364,8 @@ Some tests might fail because the compiler should look in special
364directories for some header files, or link against optional 364directories for some header files, or link against optional
365libraries, or use special compilation options. You can force 365libraries, or use special compilation options. You can force
366`configure' and the build process which follows it to do that by 366`configure' and the build process which follows it to do that by
367setting the variables CPPFLGS, CFLAGS, LDFLAGS, LIBS, CPP and CC before 367setting the variables CPPFLAGS, CFLAGS, LDFLAGS, LIBS, CPP and CC
368running `configure'. CPP is the command which invokes the 368before running `configure'. CPP is the command which invokes the
369preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are 369preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are
370compilation options, LDFLAGS are options used when linking, LIBS are 370compilation options, LDFLAGS are options used when linking, LIBS are
371libraries to link against, and CC is the command which invokes the 371libraries to link against, and CC is the command which invokes the
@@ -384,10 +384,10 @@ to look in `/bar/mylib' for libraries, pass the -O3 optimization
384switch to the compiler, and link against libfoo.a and libbar.a 384switch to the compiler, and link against libfoo.a and libbar.a
385libraries in addition to the standard ones. 385libraries in addition to the standard ones.
386 386
387For some libraries, like Gtk+, fontconfig and ALSA, `configure' use 387For some libraries, like Gtk+, fontconfig and ALSA, `configure' use
388pkg-config to find where those libraries are installed. 388pkg-config to find where those libraries are installed.
389If you want pkg-config to look in special directories, you have to set 389If you want pkg-config to look in special directories, you have to set
390the environment variable PKG_CONFIG_PATH to point to the directories 390the environment variable PKG_CONFIG_PATH to point to the directories
391where the .pc-files for those libraries are. 391where the .pc-files for those libraries are.
392For example: 392For example:
393 393