mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* doc/autoconf.texi (Files): New subsection.
This commit is contained in:
parent
61714838fd
commit
1cbbd846ac
@ -1,3 +1,7 @@
|
||||
2001-07-14 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* doc/autoconf.texi (Files): New subsection.
|
||||
|
||||
2001-07-14 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
|
||||
|
@ -210,6 +210,7 @@ Existing Tests
|
||||
|
||||
* Common Behavior:: Macros' standard schemes
|
||||
* Alternative Programs:: Selecting between alternative programs
|
||||
* Files:: Checking for the existence of files
|
||||
* Libraries:: Library archives that might be missing
|
||||
* Library Functions:: C library functions that might be missing
|
||||
* Header Files:: Header files that might be missing
|
||||
@ -2732,6 +2733,7 @@ Symbols}, for how to get those symbol definitions into your program.
|
||||
@menu
|
||||
* Common Behavior:: Macros' standard schemes
|
||||
* Alternative Programs:: Selecting between alternative programs
|
||||
* Files:: Checking for the existence of files
|
||||
* Libraries:: Library archives that might be missing
|
||||
* Library Functions:: C library functions that might be missing
|
||||
* Header Files:: Header files that might be missing
|
||||
@ -2856,7 +2858,7 @@ For instance, on some systems @file{string.h} and @file{strings.h} both
|
||||
exist, but conflict. Then @code{HAVE_STRING_H} will be defined, but
|
||||
@code{HAVE_STRINGS_H} won't.
|
||||
|
||||
@node Alternative Programs, Libraries, Common Behavior, Existing Tests
|
||||
@node Alternative Programs, Files, Common Behavior, Existing Tests
|
||||
@section Alternative Programs
|
||||
@cindex Programs, checking
|
||||
|
||||
@ -3100,7 +3102,9 @@ path of the program if it is found.
|
||||
@end defmac
|
||||
|
||||
|
||||
@c FIXME: Not the proper place for these guys.
|
||||
@node Files, Libraries, Alternative Programs, Existing Tests
|
||||
@section Files
|
||||
@cindex File, checking
|
||||
|
||||
You might also need to check for the existence of files. Before using
|
||||
these macros, ask yourself whether a run time test might not be a better
|
||||
@ -3122,7 +3126,7 @@ for each file found.
|
||||
@end defmac
|
||||
|
||||
|
||||
@node Libraries, Library Functions, Alternative Programs, Existing Tests
|
||||
@node Libraries, Library Functions, Files, Existing Tests
|
||||
@section Library Files
|
||||
@cindex Library, checking
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user