Stop trying to generate test scripts via autoconf substitution.

Use environment variables instead. This repairs 'make distcheck',
which was running into trouble when it tried to chmod the generated
scripts.

Fixes 17148.
This commit is contained in:
Nick Mathewson
2015-09-24 15:07:39 -04:00
parent 3f52a33739
commit eb2188168e
9 changed files with 43 additions and 40 deletions
+6
View File
@@ -0,0 +1,6 @@
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.