]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention that gcc is the default compiler.
authorGlenn Morris <rgm@gnu.org>
Wed, 6 Feb 2008 08:01:38 +0000 (08:01 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 6 Feb 2008 08:01:38 +0000 (08:01 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 3c6d0e06b44e963240fb8fc16152b60c99d61406..11faec25ef5781866fd9c0acf4e4bc41fc70baa5 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -388,7 +388,7 @@ 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.
+compiler.  By default, gcc is used if available.
 
 Here's an example of a `configure' invocation, assuming a Bourne-like
 shell such as Bash, which uses these variables: