Mercurial > emacs
diff INSTALL @ 83562:5a45becb5728
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-702
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-703
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-704
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-705
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-706
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-707
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-216
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-602
author | Karoly Lorentey <karoly@lorentey.hu> |
---|---|
date | Sun, 22 Apr 2007 12:45:07 +0000 |
parents | c853532ee388 |
children | ea1660303af7 a04ea5f96dad |
line wrap: on
line diff
--- a/INSTALL Sun Apr 22 12:42:47 2007 +0000 +++ b/INSTALL Sun Apr 22 12:45:07 2007 +0000 @@ -364,11 +364,12 @@ directories for some header files, or link against optional libraries, or use special compilation options. You can force `configure' and the build process which follows it to do that by -setting the variables CPPFLAGS, CFLAGS, LDFLAGS, LIBS, and CC before -running `configure'. CPPFLAGS lists the options passed to the -preprocessor, 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. +setting the variables CPPFLGS, CFLAGS, LDFLAGS, LIBS, CPP and CC 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. Here's an example of a `configure' invocation, assuming a Bourne-like shell such as Bash, which uses these variables: