]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] vars: separate config headers in two vars (local and non-local ones)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 12:19:00 +0000 (14:19 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 15:06:00 +0000 (17:06 +0200)
commite35306b40107b333c978a5c484cd3af4a67fc525
tree68f7c9d2f780384d40bacf85a5eb83368f350a60
parent021ad59476299c4819a6980a65c6b286e65a51f0
[ng] vars: separate config headers in two vars (local and non-local ones)

Where the "local" are those which are in the same subdirectory of the
Makefile.am being currently processed, and the "non-local" ones are
not (and thus need to be prepended with $(top_builddir)).

* automake.in (handle_config_headers): Define two new make variables
'am.config-hdr.local' and 'am.config-hdr.non-local'.  Accordingly,
define 'AM_CONFIG_HEADERS' as the union of them.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in