mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Use TESTS_ENVIRONMENT for older Automake versions
The AM_TESTS_ENVIRONMENT variable is available since Automake v1.12 but some distributions have older Automake versions so we use TESTS_ENVIRONMENT.
This commit is contained in:
parent
ff843ed39f
commit
254d63dabe
@ -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)"; \
|
||||
|
Loading…
Reference in New Issue
Block a user