summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 09:14:19 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 14:26:47 -0400
commit56c1fbf33f34e010ec33e7660fab3ec3ecb43fc8 (patch)
tree5b03a6971ed3c7880f50dd9d079dc6eb91c27b33 /changes
parent8dcc015975856cde2b78f903fd85a0dc7163dfcd (diff)
downloadtor-56c1fbf33f34e010ec33e7660fab3ec3ecb43fc8.tar.gz
tor-56c1fbf33f34e010ec33e7660fab3ec3ecb43fc8.zip
Use the "commands" argument of AC_CONFIG_FILES to make scripts +x
Closes ticket 26439.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket264393
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket26439 b/changes/ticket26439
new file mode 100644
index 0000000000..b813fe43ec
--- /dev/null
+++ b/changes/ticket26439
@@ -0,0 +1,3 @@
+ o Minor features (build):
+ - When generating scripts from autoconf, also make them executable.
+ Closes ticket 26439.