autoheader: check templates of all config headers
commit78ad1b0b2cea606bf401ed0262540b503db73e1c
authorDaniel Elstner <daniel.kitta@gmail.com>
Wed, 21 Dec 2016 16:15:46 +0000 (21 17:15 +0100)
committerEric Blake <eblake@redhat.com>
Wed, 21 Dec 2016 16:31:54 +0000 (21 10:31 -0600)
tree752a1ccec918b31eb05bc0901c1bd758109d937f
parent0e2eecedb12dd472c9a008748be6edd6ea68fa0e
autoheader: check templates of all config headers

* bin/autoheader.in: When checking for missing templates, take
all config headers into account, not just the one generated by
autoheader.  This makes it possible to use AC_DEFINE() for
secondary headers without duplicating the template into the
first header.
* tests/tools.at: Add a check for autoheader with multiple
config headers.
* NEWS: Document the new behavior.
Message-Id: <1482336946.31331.2.camel@gmail.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
NEWS
bin/autoheader.in
tests/tools.at