+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,
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'.