summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-04-18 04:02:05 +0000
committerGlenn Morris <rgm@gnu.org>2007-04-18 04:02:05 +0000
commit76a0d0aabd9e17002bc3faf047e78fc211f89248 (patch)
tree7f91b15c6bf3c0815d5f8b7e491ef5b73334c501
parent0140febc9a6d47ecd7bfd9b7376434e2332b1d40 (diff)
downloademacs-76a0d0aabd9e17002bc3faf047e78fc211f89248.tar.gz
Mention CPP.
-rw-r--r--INSTALL11
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 9d0376965a4..ce4359f86da 100644
--- a/INSTALL
+++ b/INSTALL
@@ -364,11 +364,12 @@ Some tests might fail because the compiler should look in special
directories for some header files, or link against optional
libraries, or use special compilation options. You can force
`configure' and the build process which follows it to do that by
-setting the variables CPPFLAGS, CFLAGS, LDFLAGS, LIBS, and CC before
-running `configure'. CPPFLAGS lists the options passed to the
-preprocessor, CFLAGS are compilation options, LDFLAGS are options used
-when linking, LIBS are libraries to link against, and CC is the
-command which invokes the compiler.
+setting the variables CPPFLGS, CFLAGS, LDFLAGS, LIBS, CPP and CC before
+running `configure'. CPP is the command which invokes the
+preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are
+compilation options, LDFLAGS are options used when linking, LIBS are
+libraries to link against, and CC is the command which invokes the
+compiler.
Here's an example of a `configure' invocation, assuming a Bourne-like
shell such as Bash, which uses these variables: