mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
eb2188168e
Use environment variables instead. This repairs 'make distcheck', which was running into trouble when it tried to chmod the generated scripts. Fixes 17148.
7 lines
270 B
Plaintext
7 lines
270 B
Plaintext
o Testing:
|
|
- Use environment variables rather than autoconf substitutions to send
|
|
variables from the build system to the test scripts. This change should
|
|
be easier to maintain, and cause 'make distcheck' to work better than
|
|
before. Fixes bug 17148.
|
|
|