Mercurial > emacs
changeset 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 | bda2a0f46286 |
children | f7875f77b416 |
files | INSTALL |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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: