diff --git a/src/test/include.am b/src/test/include.am index 9577e1e80..7a02a4e2f 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -1,4 +1,7 @@ -AM_TESTS_ENVIRONMENT = \ +# When the day comes that Tor requires Automake >= 1.12 change +# TESTS_ENVIRONMENT to AM_TESTS_ENVIRONMENT because the former is reserved for +# users while the later is reserved for developers. +TESTS_ENVIRONMENT = \ export PYTHON="$(PYTHON)"; \ export SHELL="$(SHELL)"; \ export abs_top_srcdir="$(abs_top_srcdir)"; \