summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-02-06 08:01:38 +0000
committerGlenn Morris <rgm@gnu.org>2008-02-06 08:01:38 +0000
commitebd377fbe2e9c86ce657543e02d2cf4404db7801 (patch)
treec53793b26693a6c57f6c32ccbd8d44b7a041ca3a /INSTALL
parentc42e773e81e349cd278c2b83ff67c0beb9896ba5 (diff)
downloademacs-ebd377fbe2e9c86ce657543e02d2cf4404db7801.tar.gz
Mention that gcc is the default compiler.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
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: