Mercurial > emacs
changeset 77289:c853532ee388
Mention CPP.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 18 Apr 2007 04:02:05 +0000 |
parents | bdefea1a6a49 |
children | 600d42d971f8 |
files | INSTALL |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL Wed Apr 18 02:43:44 2007 +0000 +++ b/INSTALL Wed Apr 18 04:02:05 2007 +0000 @@ -364,11 +364,12 @@ 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: