diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 09:14:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-21 14:26:47 -0400 |
commit | 56c1fbf33f34e010ec33e7660fab3ec3ecb43fc8 (patch) | |
tree | 5b03a6971ed3c7880f50dd9d079dc6eb91c27b33 /changes | |
parent | 8dcc015975856cde2b78f903fd85a0dc7163dfcd (diff) | |
download | tor-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/ticket26439 | 3 |
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. |