diff INSTALL @ 91573:9ab8772424c0

Mention that gcc is the default compiler.
author Glenn Morris <rgm@gnu.org>
date Wed, 06 Feb 2008 08:01:38 +0000
parents 0f2aa8d80ecc
children 1a762a842f80
line wrap: on
line diff
--- a/INSTALL	Wed Feb 06 08:00:42 2008 +0000
+++ b/INSTALL	Wed Feb 06 08:01:38 2008 +0000
@@ -388,7 +388,7 @@
 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: