(DETAILED BUILDING AND INSTALLATION): Fix typo.
This commit is contained in:
parent
af6a8551b4
commit
5efc493ce8
2 changed files with 13 additions and 9 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-04-24 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
|
||||
|
||||
2007-04-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.in: Signal error if Xaw libs are missing in a Lucid
|
||||
|
|
|
|||
4
INSTALL
4
INSTALL
|
|
@ -364,8 +364,8 @@ Some tests might fail because the compiler should look in special
|
|||
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 CPPFLGS, CFLAGS, LDFLAGS, LIBS, CPP and CC before
|
||||
running `configure'. CPP is the command which invokes the
|
||||
setting the variables CPPFLAGS, 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue