]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix execute permissions.
authorBruno Haible <bruno@clisp.org>
Sat, 4 Oct 2008 09:56:11 +0000 (09:56 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:54 +0000 (12:15 +0200)
ChangeLog
autogen.sh

index 7a68cc8771e7a4650df64b064134536bb9a3b87c..c245934a032f5f8422fb76b8e280043e98428db7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-04  Bruno Haible  <bruno@clisp.org>
+
+       * autogen.sh: Fix execute permissions of some files.
+
 2008-09-28  Bruno Haible  <bruno@clisp.org>
 
        * build-aux/ltmain.sh (func_emit_cwrapperexe_src): On mingw,
index 80191eccd03723b17e24dd487018b0acfc1db9b8..b94b36979527ddc9d8d73e9cf01ae74803286178 100755 (executable)
@@ -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'.