Mercurial > emacs
comparison INSTALL @ 35034:4b4cc897a985
Fix a typo.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 04 Jan 2001 08:01:10 +0000 |
parents | fb1c795f1a5e |
children | 3168ff2c349b |
comparison
equal
deleted
inserted
replaced
35033:bca75b25bb80 | 35034:4b4cc897a985 |
---|---|
338 because the compiler cannot find some function in the system | 338 because the compiler cannot find some function in the system |
339 libraries, or some macro-processor definition in the system headers. | 339 libraries, or some macro-processor definition in the system headers. |
340 | 340 |
341 Some tests might fail because the compiler should look in special | 341 Some tests might fail because the compiler should look in special |
342 directories for some header files, or link against optional | 342 directories for some header files, or link against optional |
343 directories, or use special compilation options. You can force | 343 libraries, or use special compilation options. You can force |
344 `configure' and the build process which follows it to do that by | 344 `configure' and the build process which follows it to do that by |
345 setting the variables CPPFLAGS, CFLAGS, LDFLAGS, LIBS, and CC before | 345 setting the variables CPPFLAGS, CFLAGS, LDFLAGS, LIBS, and CC before |
346 running `configure'. CPPFLAGS lists the options passed to the | 346 running `configure'. CPPFLAGS lists the options passed to the |
347 preprocessor, CFLAGS are compilation options, LDFLAGS are options used | 347 preprocessor, CFLAGS are compilation options, LDFLAGS are options used |
348 when linking, LIBS are libraries to link against, and CC is the | 348 when linking, LIBS are libraries to link against, and CC is the |