docs: better visibility for aclocal in the index
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 17 Mar 2011 10:13:29 +0000 (11:13 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 1 Apr 2011 11:21:08 +0000 (13:21 +0200)
* doc/automake.texi (@menu): Rename title for entry 'configure'
from "Scanning configure.ac or configure.in" to the more precise
"Scanning configure.ac, using aclocal".
(@detailmenu): Adjust.
(@node configure): Adjust, and extend @cindex calls accordingly.
* THANKS: Update.

From a report by Maynard Johnson.

ChangeLog
THANKS
doc/automake.texi

index 0c2d416..1bf953a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-04-01  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       docs: better visibility for aclocal in the index
+       * doc/automake.texi (@menu): Rename title for entry 'configure'
+       from "Scanning configure.ac or configure.in" to the more precise
+       "Scanning configure.ac, using aclocal".
+       (@detailmenu): Adjust.
+       (@node configure): Adjust, and extend @cindex calls accordingly.
+       * THANKS: Update.
+       From a report by Maynard Johnson.
+
 2011-03-30  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: improve tests on "maintainer-clean" target
diff --git a/THANKS b/THANKS
index 60af1ee..720cddd 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -223,6 +223,7 @@ Matthias Andree             matthias.andree@gmx.de
 Matthias Clasen                clasen@mathematik.uni-freiburg.de
 Matthias Klose         doko@ubuntu.com
 Maxim Sinev            good@goods.ru
+Maynard Johnson                maynardj@us.ibm.com
 Merijn de Jonge                M.de.Jonge@cwi.nl
 Michael Brantley       Michael-Brantley@deshaw.com
 Michael Ploujnikov     ploujj@gmail.com
index b6fc4ab..3c4bddd 100644 (file)
@@ -102,7 +102,7 @@ section entitled ``GNU Free Documentation License.''
 * Generalities::                General ideas
 * Examples::                    Some example packages
 * Invoking Automake::           Creating a Makefile.in
-* configure::                   Scanning configure.ac or configure.in
+* configure::                   Scanning configure.ac, using aclocal
 * Directories::                 Declaring subdirectories
 * Programs::                    Building programs and libraries
 * Other Objects::               Other derived objects
@@ -175,7 +175,7 @@ Some example packages
 * Complete::                    A simple example, start to finish
 * true::                        Building true and false
 
-Scanning @file{configure.ac}
+Scanning @file{configure.ac}, using @command{aclocal}
 
 * Requirements::                Configuration requirements
 * Optional::                    Other things Automake recognizes
@@ -2691,10 +2691,12 @@ concurrently.  This is an experimental feature.
 
 
 @node configure
-@chapter Scanning @file{configure.ac}
+@chapter Scanning @file{configure.ac}, using @command{aclocal}
 
 @cindex @file{configure.ac}, scanning
 @cindex Scanning @file{configure.ac}
+@cindex Using @command{aclocal}
+@cindex @command{aclocal}, using
 
 Automake scans the package's @file{configure.ac} to determine certain
 information about the package.  Some @command{autoconf} macros are required