autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: doc-checking-files


From: Akim Demaille
Subject: FYI: doc-checking-files
Date: 14 Jul 2001 16:19:42 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor)

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        * doc/autoconf.texi (Files): New subsection.
        
Index: doc/autoconf.texi
--- doc/autoconf.texi Thu, 12 Jul 2001 23:12:39 +0200 akim (ace/16_autoconf.t 
1.61.2.112.1.4 644)
+++ doc/autoconf.texi Thu, 12 Jul 2001 23:19:09 +0200 akim (ace/16_autoconf.t 
1.61.2.112.1.4 644)
@@ -210,6 +210,7 @@ @node Top, Introduction, (dir), (dir)
 
 * 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
@@ -377,7 +378,7 @@ @node Top, Introduction, (dir), (dir)
 * autoupdate Invocation::       Automatic update of @file{configure.ac}
 * Obsolete Macros::             Backward compatibility macros
 * Autoconf 1::                  Tips for upgrading your files
-* Autoconf 2.13::               Some fresher tips
+* Autoconf 2.13::
 
 Upgrading From Version 1
 
@@ -2732,6 +2733,7 @@ @node Existing Tests, Writing Tests, Set
 @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
@@ -2851,7 +2853,7 @@ @node Default Includes,  , Standard Symb
 for the presence of these headers, i.e., you don't need to run
 @code{AC_HEADERS_STDC}, nor check for @file{stdlib.h} etc.
 
address@hidden Alternative Programs, Libraries, Common Behavior, Existing Tests
address@hidden Alternative Programs, Files, Common Behavior, Existing Tests
 @section Alternative Programs
 @cindex Programs, checking
 
@@ -3095,7 +3097,9 @@ @node Generic Programs,  , Particular Pr
 @end defmac
 
 
address@hidden FIXME: Not the proper place for these guys.
address@hidden Files, Libraries, Alternative Programs, Existing Tests
address@hidden Files
address@hidden 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
@@ -3117,7 +3121,7 @@ @node Generic Programs,  , Particular Pr
 @end defmac
 
 
address@hidden Libraries, Library Functions, Alternative Programs, Existing 
Tests
address@hidden Libraries, Library Functions, Files, Existing Tests
 @section Library Files
 @cindex Library, checking
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]