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
commit5167e340470adb31ed36f621a342c0f4891f793d (patch)
treec7bffa397e5e0edba85bd95007680aa9c19e7e1a /INSTALL
parent481f9ad5d8c6b877ed5302895d45c75deed109f9 (diff)
downloademacs-5167e340470adb31ed36f621a342c0f4891f793d.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: