+2008-12-29 Chris Pickett <chris.pickett@mail.mcgill.ca> (tiny change)
+
+ * doc/automake.texi (LIBOBJS): Clarify overriding of
+ `*_DEPENDENCIES'.
+ * THANKS: Update.
+
2008-12-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Revamp semantics for `missing help2man' and manpage distribution.
Bruno Haible haible@ilog.fr
Carsten Lohrke carlo@gentoo.org
Charles Wilson cwilson@ece.gatech.edu
+Chris Pickett chris.pickett@mail.mcgill.ca
Chris Provenzano proven@io.proven.org
Christian Cornelssen ccorn@cs.tu-berlin.de
Claudio Fontana sick_soul@yahoo.it
automatically adds @samp{$(LIBOBJS)} and @samp{$(ALLOCA)} to the
dependencies, and it will discover the list of corresponding source
files automatically (by tracing the invocations of the
-@code{AC_LIBSOURCE} Autoconf macros).
+@code{AC_LIBSOURCE} Autoconf macros). However, if you have already
+defined @samp{*_DEPENDENCIES} explicitly for an unrelated reason, then
+you have to add these variables manually.
These variables are usually used to build a portability library that
is linked with all the programs of the project. We now review a