X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/c2c6b8f8e7a8d4edfd45f09855444bca51488a9f..4967f55159b228c15e19dbe9d7436bbe76da0b87:/snippet/autotest.mk diff --git a/snippet/autotest.mk b/snippet/autotest.mk index 0a10c9f..d5adc9d 100644 --- a/snippet/autotest.mk +++ b/snippet/autotest.mk @@ -1,4 +1,4 @@ -# Copyright © 2015,2019 Nick Bowler +# Copyright © 2015,2019-2020 Nick Bowler # # Automake fragment to hook up a basic Autotest test suite into the build. # It is expected that a testsuite.at file exists in $(srcdir). The @@ -34,7 +34,7 @@ maintainer-clean-autotest: rm -f testsuite package.m4 .PHONY: maintainerclean-autotest -package.m4: +package.m4: $(top_srcdir)/configure.ac $(AM_V_GEN) :; { \ printf 'm4_define([%s], [%s])\n' \ AT_PACKAGE_NAME '$(PACKAGE_NAME)' \