From: Glenn Morris Date: Wed, 6 Feb 2008 08:01:38 +0000 (+0000) Subject: Mention that gcc is the default compiler. X-Git-Tag: emacs-pretest-23.0.90~8148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ebd377fbe2e9c86ce657543e02d2cf4404db7801;p=emacs.git Mention that gcc is the default compiler. --- diff --git a/INSTALL b/INSTALL index 3c6d0e06b44..11faec25ef5 100644 --- 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: