syntax-check: detect incorrect boolean macro values in config.h
authorPádraig Brady <P@draigBrady.com>
Mon, 25 Jan 2010 10:55:34 +0000 (10:55 +0000)
committerJim Meyering <meyering@redhat.com>
Mon, 25 Jan 2010 12:27:18 +0000 (13:27 +0100)
commit22970f8ac1f173d882139e4dccc7831871252f47
treed9fb436bea4b0cf17a6e8bd50eb233134d30066d
parent6d28070c3cc7a02107bf66402983b9fe4c6f8f6f
syntax-check: detect incorrect boolean macro values in config.h

* modules/maintainer-makefile (configure.ac): Parameterize the location
of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
The logic is from Eric Blake and the location indicated by Jim Meyering.
Note the more natural CONFIG_HEADER name is prohibited by automake
for backwards compatibility reasons.
* top/maint.mk (sc_Wundef_boolean): New rule.
ChangeLog
modules/maintainer-makefile
top/maint.mk