From 4362c3085c9d4027bb84cf72381295e946328820 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 11 Feb 2014 09:58:06 +0100 Subject: [PATCH] use TESTS_ENVIRONMENT instead of AM_TESTS_ENVIRONMENT since automake 1.11 (shipped with precise) doesn't support AM_TESTS_ENVIRONMENT --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 6480298..9eaf2e7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,4 +26,4 @@ TESTS = basic.sh -AM_TESTS_ENVIRONMENT = export VERSION=$(VERSION); export EXEEXT=$(EXEEXT); +TESTS_ENVIRONMENT = export VERSION=$(VERSION); export EXEEXT=$(EXEEXT);