From 34e1ada302b502570f9bed9ecba0ea4c6d538dd8 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 25 Sep 2015 13:09:26 +0200 Subject: configury: switch to _ax_text_tpl.m4 The script generation Makefile snippets are now used from _ax_text_tpl.m4, DRY principle (the m4 file is maintained separately for multiple projects). * configure.ac: Remove all the manual work with substitutions, start using _AX_TEXT_* macros. * Makefile.am: Use $(text_tpl_gen*) variables from _ax_text_tpl. * tests/Makefile.am: Likewise. * share/postgresql-setup/Makefile.inc: Likewise. * m4/_ax_text_tpl.m4: New file, TODO: publish somewhere. * m4/packaging.m4: Reuse _ax_text_tpl. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 93bef19..8f6f5a5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,7 +24,7 @@ TESTSUITE = $(srcdir)/testsuite CHECK_DEPS = atconfig atlocal $(TESTSUITE) $(top_builddir)/$(TEST_GEN_FILES_LIST) atlocal: atlocal.in $(c_s) - $(INSTANTIATE) + $(text_tpl_gen) check-local: $(CHECK_DEPS) $(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS) -- cgit