aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-04-24 14:18:05 +0000
committerJuanma Barranquero2007-04-24 14:18:05 +0000
commit8b519f64ae23ea895c81495252f8d45b82273f64 (patch)
treeadf200314c4bc9834a285264a72356e001dd69a8
parent949a1f3404ea0094bc586bbabab7c28f40551cb4 (diff)
downloademacs-8b519f64ae23ea895c81495252f8d45b82273f64.tar.gz
emacs-8b519f64ae23ea895c81495252f8d45b82273f64.zip
(DETAILED BUILDING AND INSTALLATION): Fix typo.
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index ce4359f86da..82b3f46cb7f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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