summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-19 19:25:24 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-19 19:27:41 +0200
commit5418e29ee6237b490af3480ff8c4a33fc20497b4 (patch)
tree6c9592ffeabea80f0e1954b129122187139899d0 /configure.ac
parent69b3fc54bc6533c8716af8c9d5ab7945fe7923dd (diff)
downloadlibgphoto2-5418e29ee6237b490af3480ff8c4a33fc20497b4.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
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