aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
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 CPPFLAGS, CFLAGS, LDFLAGS, LIBS, and CC before 367setting the variables CPPFLGS, CFLAGS, LDFLAGS, LIBS, CPP and CC before
368running `configure'. CPPFLAGS lists the options passed to the 368running `configure'. CPP is the command which invokes the
369preprocessor, CFLAGS are compilation options, LDFLAGS are options used 369preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are
370when linking, LIBS are libraries to link against, and CC is the 370compilation options, LDFLAGS are options used when linking, LIBS are
371command which invokes the compiler. 371libraries to link against, and CC is the command which invokes the
372compiler.
372 373
373Here's an example of a `configure' invocation, assuming a Bourne-like 374Here's an example of a `configure' invocation, assuming a Bourne-like
374shell such as Bash, which uses these variables: 375shell such as Bash, which uses these variables: