From 2b8e7236684676dd589497140119c881ca7ea3d0 Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Mon, 3 Apr 2023 10:49:27 +0200 Subject: [PATCH] sometimes +x disappears :-D --- configure.ac | 7 +++---- test/checker/Makefile.am | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 08d83d9..686e650 100644 --- a/configure.ac +++ b/configure.ac @@ -230,18 +230,17 @@ AC_CONFIG_FILES([src/divvun-gen-xmlschemas], [chmod +x src/divvun-gen-xmlsche AC_CONFIG_FILES([src/divvun-validate-suggest], [chmod +x src/divvun-validate-suggest]) AC_CONFIG_FILES([src/divvun-validate-pipespec], [chmod +x src/divvun-validate-pipespec]) AC_CONFIG_FILES([test/suggest/run-flushing], [chmod +x test/suggest/run-flushing]) +AC_CONFIG_FILES([test/checker/run-python-bindings], [chmod +x test/checker/run-python-bindings]) AC_OUTPUT([Makefile src/Makefile src/version.hpp python/Makefile - python/setup.py + python/setup.py test/suggest/Makefile test/checker/Makefile - test/checker/run-python-bindings test/blanktag/Makefile - test/cgspell/Makefile], - [chmod +x test/checker/run-python-bindings]) + test/cgspell/Makefile]) cat <