From 54c2a66a2e8718c05b10e208a424e610e40a8384 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 4 Oct 2008 09:56:11 +0000 Subject: [PATCH] Fix execute permissions. --- ChangeLog | 4 ++++ autogen.sh | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7a68cc877..c245934a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-04 Bruno Haible + + * autogen.sh: Fix execute permissions of some files. + 2008-09-28 Bruno Haible * build-aux/ltmain.sh (func_emit_cwrapperexe_src): On mingw, diff --git a/autogen.sh b/autogen.sh index 80191eccd..b94b36979 100755 --- a/autogen.sh +++ b/autogen.sh @@ -46,6 +46,13 @@ while :; do esac done +# Fix execute permissions. +chmod a+x gettext-tools/tests/msgmerge-22 +chmod a+x gettext-tools/tests/msgmerge-update-4 + +# The tests in gettext-tools/tests are not meant to be executable, because +# they have a TESTS_ENVIRONMENT that specifies the shell explicitly. + if ! $skip_gnulib; then if test -z "$GNULIB_TOOL"; then # Check out gnulib in a subdirectory 'gnulib'. -- 2.47.2