>>> "Sander" == Sander Niemeijer <[EMAIL PROTECTED]> writes:
[...]
Sander> Now I recently discovered that automake places the
Sander> rules to rebuild foo.h from foo.h.in (with the use of a
Sander> stamp-h* file) in the Makefile of the directory where
Sander> foo.h will appear if that directo
Hi,
I have a package that uses multiple makefiles: one toplevel makefile
and some makefiles in subdirectories.
The build in several of these subdirectories requires the use of a
single include file (lets call it foo.h) that is created from foo.h.in
by configure. Now I recently discovered that a