+2007-01-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/automake.texi (Subpackages): Fix ambiguous wording.
+ Report and suggestions by Reuben Thomas.
+ * THANKS: Update.
+
2007-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* tests/defs.in (is_newest): Cope with multiple newer files.
Ralf Wildenhues Ralf.Wildenhues@gmx.de
Ralph Schleicher rs@purple.UL.BaWue.DE
Ramón García Fernández ramon@jl1.quim.ucm.es
+Reuben Thomas rrt@sc3d.org
Rich Wales richw@webcom.com
Richard Boulton richard@tartarus.org
Richard Dawe rich@phekda.freeserve.co.uk
to be embedded in another package, it can still be used separately.
The purpose of the @samp{AC_CONFIG_AUX_DIR([.])} instruction is to
-force Automake and Autoconf into search auxiliary script in the
+force Automake and Autoconf to search for auxiliary scripts in the
current directory. For instance, this means that there will be two
copies of @file{install-sh}: one in the top-level of the @code{arm}
package, and another one in the @file{hand/} subdirectory for the
@code{hand} package.
-The historical default is to search these auxiliary scripts in the
-immediate parent and grand-parent directories. So if the
+The historical default is to search for these auxiliary scripts in
+the parent directory and the grandparent directory. So if the
@samp{AC_CONFIG_AUX_DIR([.])} line was removed from
@file{hand/configure.ac}, that subpackage would share the auxiliary
script of the @code{arm} package. This may looks like a gain in size