summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 09:53:46 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 09:53:46 -0400
commit0742b387253f25c74ad2084a232b7f7fd68db1be (patch)
treebb64d4cdd2913bc17f8f559c360824caa90e33a8 /configure.ac
parent5f41bc91c6817649ebcfbecd184640aad7a5c8f1 (diff)
downloadtor-0742b387253f25c74ad2084a232b7f7fd68db1be.tar.gz
tor-0742b387253f25c74ad2084a232b7f7fd68db1be.zip
Revert "Use the "commands" argument of AC_CONFIG_FILES to make scripts +x"
This reverts commit 56c1fbf33f34e010ec33e7660fab3ec3ecb43fc8.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 6d112b8c2f..116a51f7a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2279,13 +2279,6 @@ AC_CONFIG_FILES([
src/rust/.cargo/config
scripts/maint/checkOptionDocs.pl
scripts/maint/updateVersions.pl
-], [
- chmod +x contrib/dist/suse/tor.sh
- chmod +x link_rust.sh
- chmod +x contrib/dist/tor.sh
- chmod +x contrib/dist/torctl
- chmod +x scripts/maint/checkOptionDocs.pl
- chmod +x scripts/maint/updateVersions.pl
])
if test "x$asciidoc" = "xtrue" && test "$ASCIIDOC" = "none"; then