]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] automake: move processing of config-header rules in its own function
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 12:12:11 +0000 (14:12 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 15:06:00 +0000 (17:06 +0200)
commit021ad59476299c4819a6980a65c6b286e65a51f0
treed8175d11ec7f805d86538f074d9e185134a6de63
parentcd5adbfbbfee8c6b16946250dc151c5ffa67db76
[ng] automake: move processing of config-header rules in its own function

This is a pure refactoring with no semantic changes intended.  It will
only be useful for future changes.

* automake.in (handle_configure): Move definition of $(AM_CONF_HEADERS)
from here ...
(handle_config_headers): ... to this new function, which will also ensure
that the $(AM_CONFIG_HEADERS) will always be defined (albeit possibly to
an empty value).
(generate_makefile): Call the new variable.

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