/[autoconf]/autoconf/doc/autoconf.texi
ViewVC logotype

Diff of /autoconf/doc/autoconf.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.515 by akim, Mon Aug 20 16:25:42 2001 UTC revision 1.516 by eggert, Wed Aug 22 17:59:30 2001 UTC
# Line 164  package.  This is edition @value{EDITION Line 164  package.  This is edition @value{EDITION
164  * Questions::                   Questions about Autoconf, with answers  * Questions::                   Questions about Autoconf, with answers
165  * History::                     History of Autoconf  * History::                     History of Autoconf
166  * Copying This Manual::         How to make copies of this manual  * Copying This Manual::         How to make copies of this manual
167  * Environment Variable Index::  Index of environment variables used  * Indices::                     Indices of symbols, concepts, etc.
 * Output Variable Index::       Index of variables set in output files  
 * Preprocessor Symbol Index::   Index of C preprocessor symbols defined  
 * Autoconf Macro Index::        Index of Autoconf macros  
 * M4 Macro Index::              Index of M4, M4sugar, and M4sh macros  
 * Autotest Macro Index::        Index of Autotest macros  
 * Program & Function Index::    Index of those with portability problems  
 * Concept Index::               General index  
168    
169  @detailmenu --- The Detailed Node Listing ---  @detailmenu --- The Detailed Node Listing ---
170    
# Line 11865  have free time again.  I think.  Yeah, r Line 11858  have free time again.  I think.  Yeah, r
11858    
11859  @c ========================================================== Appendices  @c ========================================================== Appendices
11860    
11861  @node Copying This Manual, Environment Variable Index, History, Top  @node Copying This Manual, Indices, History, Top
11862  @appendix Copying This Manual  @appendix Copying This Manual
11863    
11864  @menu  @menu
# Line 11874  have free time again.  I think.  Yeah, r Line 11867  have free time again.  I think.  Yeah, r
11867    
11868  @include fdl.texi  @include fdl.texi
11869    
11870  @node Environment Variable Index, Output Variable Index, Copying This Manual, Top  @node Indices, , Copying This Manual, Top
11871  @unnumbered Environment Variable Index  @appendix Indices
11872    
11873    @menu
11874    * Environment Variable Index::  Index of environment variables used
11875    * Output Variable Index::       Index of variables set in output files
11876    * Preprocessor Symbol Index::   Index of C preprocessor symbols defined
11877    * Autoconf Macro Index::        Index of Autoconf macros
11878    * M4 Macro Index::              Index of M4, M4sugar, and M4sh macros
11879    * Autotest Macro Index::        Index of Autotest macros
11880    * Program & Function Index::    Index of those with portability problems
11881    * Concept Index::               General index
11882    @end menu
11883    
11884    @node Environment Variable Index, Output Variable Index, Indices, Indices
11885    @appendixsec Environment Variable Index
11886    
11887  This is an alphabetical list of the environment variables that Autoconf  This is an alphabetical list of the environment variables that Autoconf
11888  checks.  checks.
11889    
11890  @printindex ev  @printindex ev
11891    
11892  @node Output Variable Index, Preprocessor Symbol Index, Environment Variable Index, Top  @node Output Variable Index, Preprocessor Symbol Index, Environment Variable Index, Indices
11893  @unnumbered Output Variable Index  @appendixsec Output Variable Index
11894    
11895  This is an alphabetical list of the variables that Autoconf can  This is an alphabetical list of the variables that Autoconf can
11896  substitute into files that it creates, typically one or more  substitute into files that it creates, typically one or more
# Line 11892  on how this is done. Line 11899  on how this is done.
11899    
11900  @printindex ov  @printindex ov
11901    
11902  @node Preprocessor Symbol Index, Autoconf Macro Index, Output Variable Index, Top  @node Preprocessor Symbol Index, Autoconf Macro Index, Output Variable Index, Indices
11903  @unnumbered Preprocessor Symbol Index  @appendixsec Preprocessor Symbol Index
11904    
11905  This is an alphabetical list of the C preprocessor symbols that the  This is an alphabetical list of the C preprocessor symbols that the
11906  Autoconf macros define.  To work with Autoconf, C source code needs to  Autoconf macros define.  To work with Autoconf, C source code needs to
# Line 11901  use these names in @code{#if} directives Line 11908  use these names in @code{#if} directives
11908    
11909  @printindex cv  @printindex cv
11910    
11911  @node Autoconf Macro Index, M4 Macro Index, Preprocessor Symbol Index, Top  @node Autoconf Macro Index, M4 Macro Index, Preprocessor Symbol Index, Indices
11912  @unnumbered Autoconf Macro Index  @appendixsec Autoconf Macro Index
11913    
11914  This is an alphabetical list of the Autoconf macros.  To make the list  This is an alphabetical list of the Autoconf macros.  To make the list
11915  easier to use, the macros are listed without their preceding @samp{AC_}.  easier to use, the macros are listed without their preceding @samp{AC_}.
11916    
11917  @printindex ac  @printindex ac
11918    
11919  @node M4 Macro Index, Autotest Macro Index, Autoconf Macro Index, Top  @node M4 Macro Index, Autotest Macro Index, Autoconf Macro Index, Indices
11920  @unnumbered M4 Macro Index  @appendixsec M4 Macro Index
11921    
11922  This is an alphabetical list of the M4, M4sugar, and M4sh macros.  To  This is an alphabetical list of the M4, M4sugar, and M4sh macros.  To
11923  make the list easier to use, the macros are listed without their  make the list easier to use, the macros are listed without their
# Line 11918  preceding @samp{m4_} or @samp{AS_}. Line 11925  preceding @samp{m4_} or @samp{AS_}.
11925    
11926  @printindex ms  @printindex ms
11927    
11928  @node Autotest Macro Index, Program & Function Index, M4 Macro Index, Top  @node Autotest Macro Index, Program & Function Index, M4 Macro Index, Indices
11929  @unnumbered Autotest Macro Index  @appendixsec Autotest Macro Index
11930    
11931  This is an alphabetical list of the Autotest macros.  To make the list  This is an alphabetical list of the Autotest macros.  To make the list
11932  easier to use, the macros are listed without their preceding @samp{AT_}.  easier to use, the macros are listed without their preceding @samp{AT_}.
11933    
11934  @printindex at  @printindex at
11935    
11936  @node Program & Function Index, Concept Index, Autotest Macro Index, Top  @node Program & Function Index, Concept Index, Autotest Macro Index, Indices
11937  @unnumbered Program and Function Index  @appendixsec Program and Function Index
11938    
11939  This is an alphabetical list of the programs and functions which  This is an alphabetical list of the programs and functions which
11940  portability is discussed in this document.  portability is discussed in this document.
11941    
11942  @printindex pr  @printindex pr
11943    
11944  @node Concept Index,  , Program & Function Index, Top  @node Concept Index,  , Program & Function Index, Indices
11945  @unnumbered Concept Index  @appendixsec Concept Index
11946    
11947  This is an alphabetical list of the files, tools, and concepts  This is an alphabetical list of the files, tools, and concepts
11948  introduced in this document.  introduced in this document.

Legend:
Removed from v.1.515  
changed lines
  Added in v.1.516

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26