--- automake-1.5/automake.texi.orig Thu Aug 23 07:40:36 2001 +++ automake-1.5/automake.texi Thu Aug 30 17:27:55 2001 @@ -7,14 +7,10 @@ @include version.texi -@dircategory GNU programming tools +@dircategory Programming tools: @direntry -* automake: (automake). Making Makefile.in's -@end direntry - -@dircategory Individual utilities -@direntry -* aclocal: (automake)Invoking aclocal. Generating aclocal.m4 +* automake: (automake). Making Makefile.in's +* aclocal: (automake)aclocal. Generating aclocal.m4 @end direntry @ifinfo @@ -111,7 +107,7 @@ * Introduction:: Automake's purpose * Generalities:: General ideas * Examples:: Some example packages -* Invoking Automake:: Creating a Makefile.in +* Automake:: Creating a Makefile.in * configure:: Scanning configure.ac or configure.in * Top level:: The top-level Makefile.am * Alternative:: An alternative approach to subdirectories @@ -589,7 +585,7 @@ @end table -@node Examples, Invoking Automake, Generalities, Top +@node Examples, Automake, Generalities, Top @chapter Some example packages @menu @@ -851,11 +847,11 @@ (The name of the object files rarely matters.) -@node Invoking Automake, configure, Examples, Top +@node Automake, configure, Examples, Top @chapter Creating a @file{Makefile.in} @cindex Multiple configure.in files -@cindex Invoking Automake +@cindex Automake @cindex Automake, invoking To create all the @file{Makefile.in}s for a package, run the @@ -996,7 +992,7 @@ @end table -@node configure, Top level, Invoking Automake, Top +@node configure, Top level, Automake, Top @chapter Scanning @file{configure.in} @cindex configure.in, scanning @@ -1015,7 +1011,7 @@ @menu * Requirements:: Configuration requirements * Optional:: Other things Automake recognizes -* Invoking aclocal:: Auto-generating aclocal.m4 +* aclocal:: Auto-generating aclocal.m4 * Macros:: Autoconf macros supplied with Automake * Extending aclocal:: Writing your own aclocal macros @end menu @@ -1069,7 +1065,7 @@ @end table -@node Optional, Invoking aclocal, Requirements, configure +@node Optional, aclocal, Requirements, configure @section Other things Automake recognizes @cindex Macros Automake recognizes @@ -1254,11 +1250,11 @@ @end table -@node Invoking aclocal, Macros, Optional, configure +@node aclocal, Macros, Optional, configure @section Auto-generating aclocal.m4 -@cindex Invoking aclocal -@cindex aclocal, Invoking +@cindex aclocal +@cindex aclocal Automake includes a number of Autoconf macros which can be used in your package; some of them are actually required by Automake in certain @@ -1325,7 +1321,7 @@ @end table -@node Macros, Extending aclocal, Invoking aclocal, configure +@node Macros, Extending aclocal, aclocal, configure @section Autoconf macros supplied with Automake @c consider generating this node automatically from m4 files.