+2008-01-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/automake.texi (DESTDIR, Built sources example): Fix wording.
+ * THANKS: Update.
+ Reports and suggestions by William Pursell and nightstrike@gmail.com.
+
2008-01-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Do not fail if `autoupdate' is not present.
Nicholas Wourms nwourms@netscape.net
Nicolas Joly njoly@pasteur.fr
Nicolas Thiery nthiery@Icare.mines.edu
+NightStrike nightstrike@gmail.com
Nik A. Melchior nam1@cse.wustl.edu
NISHIDA Keisuke knishida@nn.iij4u.or.jp
Noah Friedman friedman@gnu.ai.mit.edu
Volker Boerchers vboerchers@tecon.de
Werner John john@oswf.de
Werner Koch wk@isil.d.shuttle.de
+William Pursell bill.pursell@gmail.com
William S Fulton wsf@fultondesigns.co.uk
Yann Droneaud ydroneaud@meuh.eu.org
Zack Weinberg zack@codesourcery.com
The @code{DESTDIR} variable can be used to perform a staged
installation. The package should be configured as if it was going to
be installed in its final location (e.g., @code{--prefix /usr}), but
-when running @code{make install} the @code{DESTDIR} should be set to
-the absolute name of a directory in which all the installation will be
+when running @code{make install}, the @code{DESTDIR} should be set to
+the absolute name of a directory into which the installation will be
diverted. From this directory it is easy to review which files are
being installed where, and finally copy them to their final location
-by any means.
+by some means.
@cindex Binary package
make: *** [foo.o] Error 1
@end example
-In this example @file{bindir.h} is not distributed, not installed, and
-it is not even being built on-time. One may wonder what the
+In this example @file{bindir.h} is not distributed nor installed, and
+it is not even being built on-time. One may wonder if the
@samp{nodist_foo_SOURCES = bindir.h} line has any use at all. This
line simply states that @file{bindir.h} is a source of @code{foo}, so
for instance, it should be inspected while generating tags