From: Jim Meyering Date: Fri, 14 Sep 2012 17:38:33 +0000 (+0200) Subject: build: do not rely on automake's AM_TESTS_ENVIRONMENT X-Git-Tag: v8.20~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb5ff9de6cab8ecc7363b89b34e774e0d5e89abf;p=thirdparty%2Fcoreutils.git build: do not rely on automake's AM_TESTS_ENVIRONMENT * tests/local.mk (TESTS_ENVIRONMENT): Rename from AM_TESTS_ENVIRONMENT, since it is not honored in automake-1.11.3 after all. This reverts commit v8.19-38-g34c9c8f. For now, I'll leave the following commit that made bootstrap.conf require 1.11.2. Prompted by a report of test failure from Pádraig Brady. --- diff --git a/tests/local.mk b/tests/local.mk index 2440667517..55700b532c 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -52,7 +52,7 @@ TEST_SUITE_LOG = tests/test-suite.log # variables that can perturb tests are unset or set to expected values. # The rest are envvar settings that propagate build-related Makefile # variables to test scripts. -AM_TESTS_ENVIRONMENT = \ +TESTS_ENVIRONMENT = \ . $(srcdir)/tests/lang-default; \ tmp__=$${TMPDIR-/tmp}; \ test -d "$$tmp__" && test -w "$$tmp__" || tmp__=.; \