From 5418e29ee6237b490af3480ff8c4a33fc20497b4 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 19 Oct 2021 19:25:24 +0200 Subject: Remove unused code adding x bit to *.sh There are no *.sh files being generated by AC_CONFIG_FILES, so the code bit setting the executable bit on *.sh is not needed. --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 90eb0f55b..b8f23f4f0 100644 --- a/configure.ac +++ b/configure.ac @@ -656,16 +656,6 @@ doc/Makefile doc/Doxyfile doc/Doxyfile-internals doc/api/Makefile -],[ -dnl This relies on this code being called for each of the above files -dnl with ac_file set to the filename. -case "$ac_file" in #( -*.sh) - if test -f "$ac_file"; then - chmod +x "$ac_file" - fi - ;; -esac ]) AC_OUTPUT -- cgit v1.2.1