From: Stefano Lattarini Date: Thu, 17 Mar 2011 10:13:29 +0000 (+0100) Subject: docs: better visibility for aclocal in the index X-Git-Tag: v1.12.0b~362 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d3571b9dddfcab822f7b62832070b2214a11ac9;p=platform%2Fupstream%2Fautomake.git 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. --- diff --git a/ChangeLog b/ChangeLog index 0c2d416..1bf953a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2011-04-01 Stefano Lattarini + + 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 tests: improve tests on "maintainer-clean" target diff --git a/THANKS b/THANKS index 60af1ee..720cddd 100644 --- 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 diff --git a/doc/automake.texi b/doc/automake.texi index b6fc4ab..3c4bddd 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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