diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-24 15:07:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-24 15:07:39 -0400 |
commit | eb2188168e2eca96692ec5f60f298f7bc287e990 (patch) | |
tree | 7c5bc481e124d80d6a08d7342642013726e8aa49 /configure.ac | |
parent | 3f52a33739944c53ecb2fd516a7cdab9fc14b1ba (diff) | |
download | tor-eb2188168e2eca96692ec5f60f298f7bc287e990.tar.gz tor-eb2188168e2eca96692ec5f60f298f7bc287e990.zip |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 98f8d30ea7..798de27f82 100644 --- a/configure.ac +++ b/configure.ac @@ -1647,9 +1647,6 @@ AC_CONFIG_FILES([ src/config/torrc.minimal scripts/maint/checkOptionDocs.pl scripts/maint/updateVersions.pl - src/test/test_zero_length_keys.sh - src/test/test_ntor.sh - src/test/test_bt.sh ]) if test x$asciidoc = xtrue && test "$ASCIIDOC" = "none" ; then |