From: Juanma Barranquero Date: Tue, 24 Apr 2007 14:18:05 +0000 (+0000) Subject: (DETAILED BUILDING AND INSTALLATION): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~12816 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b519f64ae23ea895c81495252f8d45b82273f64;p=emacs.git (DETAILED BUILDING AND INSTALLATION): Fix typo. --- 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 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 CPPFLGS, CFLAGS, LDFLAGS, LIBS, CPP and CC before -running `configure'. CPP is the command which invokes the +setting the variables CPPFLAGS, 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