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. diff --git a/configure.ac b/configure.ac index 30f8e63ec5..14a1a9436d 100644 --- a/configure.ac +++ b/configure.ac @@ -2275,6 +2275,13 @@ 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 diff --git a/src/test/include.am b/src/test/include.am index 7e5ad46117..1080184ac4 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -12,7 +12,6 @@ TESTS_ENVIRONMENT = \ export EXTRA_CARGO_OPTIONS="$(EXTRA_CARGO_OPTIONS)"; \ export CARGO_ONLINE="$(CARGO_ONLINE)"; \ export CCLD="$(CCLD)"; \ - chmod +x "$(abs_top_builddir)/link_rust.sh"; \ export RUSTFLAGS="-C linker=$(abs_top_builddir)/link_rust.sh"; TESTSCRIPTS = \