From 96c436e0e2e38d142f936a0ac99a326a5b974fe0 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 19 Jun 2012 19:03:01 +0200 Subject: [PATCH] Accomodate Automake 1.12.x. * wrap/python/tests/Makefile.am (TEST_ENVIRONMENT): Rename as... (LOG_COMPILER): ... this. --- wrap/python/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/python/tests/Makefile.am b/wrap/python/tests/Makefile.am index 406cf1a7e..b75a1d3b9 100644 --- a/wrap/python/tests/Makefile.am +++ b/wrap/python/tests/Makefile.am @@ -25,7 +25,7 @@ EXTRA_DIST = \ $(TESTS) \ ltl2tgba.py -TESTS_ENVIRONMENT = ./run +LOG_COMPILER = ./run # ensure run is rebuilt before the tests are run. check_SCRIPTS = run