Use the "commands" argument of AC_CONFIG_FILES to make scripts +x

Closes ticket 26439.
This commit is contained in:
Nick Mathewson
2018-06-21 09:14:19 -04:00
parent 8dcc015975
commit 56c1fbf33f
3 changed files with 10 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor features (build):
- When generating scripts from autoconf, also make them executable.
Closes ticket 26439.