2008-09-06 Eric Blake <ebb9@byu.net>
+ Mention that Automake already supports VPATH.
+ * doc/autoconf.texi (Build Directories): Details in this section
+ only apply to users avoiding automake.
+ * THANKS: Update.
+ Reported by Matej Tyc.
+
Relax tone when warning about cross-compiler names.
* lib/autoconf/programs.m4 (_AC_TOOL_WARN): Support cross-compiles
with poorly named tools; the issue has been reported too many
Martin Mokrejs mmokrejs@natur.cuni.cz
Martin Wilck martin@tropos.de
Martyn Johnson Martyn.Johnson@cl.cam.ac.uk
+Matej Tyc matej.tyc@gmail.com
Matteo Frigo ?
Matthew D. Langston langston@SLAC.Stanford.EDU
Matthew Mueller donut@azstarnet.com
@command{make} programs do not support @code{VPATH}; when using them, the
source code must be in the same directory as the object files.
-To support @code{VPATH}, each @file{Makefile.in} should contain two
-lines that look like:
+If you are using @acronym{GNU} Automake, the remaining details in this
+section are already covered for you, based on the contents of your
+@file{Makefile.am}. But if you are using Autoconf in isolation, then
+supporting @code{VPATH} requires the following in your
+@file{Makefile.in}:
@example
srcdir = @@srcdir@@