maint: use $(CONFIG_INCLUDE) rather than the hardcoding lib/config.h
commit6e8f368e079cd7ae830c1bf64f82db4ea7d00397
authorPádraig Brady <P@draigBrady.com>
Thu, 28 Jan 2010 18:12:20 +0000 (28 18:12 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 1 Feb 2010 13:32:46 +0000 (1 13:32 +0000)
tree46e5de127fab45cb385808402a53cb301db48bf4
parent5d43617e8ad863ed041309edefd018fdcaa87038
maint: use $(CONFIG_INCLUDE) rather than the hardcoding lib/config.h

* tests/check.mk (TESTS_ENVIRONMENT): Use the generated CONFIG_INCLUDE
variable.  Note $(abs_builddir)/$(CONFIG_HEADER) also currently works,
but $(CONFIG_HEADER) is deprecated and may not be generated in future.
$(CONFIG_INCLUDE) was made available by gnulib in commit, 22970f8a,
"syntax-check: detect incorrect boolean macro values in config.h"
tests/check.mk