Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
83561:dc002877ce12 | 83562:5a45becb5728 |
---|---|
362 | 362 |
363 Some tests might fail because the compiler should look in special | 363 Some tests might fail because the compiler should look in special |
364 directories for some header files, or link against optional | 364 directories for some header files, or link against optional |
365 libraries, or use special compilation options. You can force | 365 libraries, or use special compilation options. You can force |
366 `configure' and the build process which follows it to do that by | 366 `configure' and the build process which follows it to do that by |
367 setting the variables CPPFLAGS, CFLAGS, LDFLAGS, LIBS, and CC before | 367 setting the variables CPPFLGS, CFLAGS, LDFLAGS, LIBS, CPP and CC before |
368 running `configure'. CPPFLAGS lists the options passed to the | 368 running `configure'. CPP is the command which invokes the |
369 preprocessor, CFLAGS are compilation options, LDFLAGS are options used | 369 preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are |
370 when linking, LIBS are libraries to link against, and CC is the | 370 compilation options, LDFLAGS are options used when linking, LIBS are |
371 command which invokes the compiler. | 371 libraries to link against, and CC is the command which invokes the |
372 compiler. | |
372 | 373 |
373 Here's an example of a `configure' invocation, assuming a Bourne-like | 374 Here's an example of a `configure' invocation, assuming a Bourne-like |
374 shell such as Bash, which uses these variables: | 375 shell such as Bash, which uses these variables: |
375 | 376 |
376 CPPFLAGS='-I/foo/myinclude' LDFLAGS='-L/bar/mylib' \ | 377 CPPFLAGS='-I/foo/myinclude' LDFLAGS='-L/bar/mylib' \ |