From: Bruno Haible Date: Mon, 3 Aug 2009 08:05:13 +0000 (+0200) Subject: Set execute bit (was absent in CVS). No more need to do it in autogen.sh. X-Git-Tag: v0.18~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=047886684447acb44651201fedeedc1a2f8b762a;p=thirdparty%2Fgettext.git Set execute bit (was absent in CVS). No more need to do it in autogen.sh. --- diff --git a/ChangeLog b/ChangeLog index f195cc2b6..efde47442 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-03 Bruno Haible + + * autogen.sh: Remove statements to fix permissions. Now fixed in git. + 2009-05-23 Bruno Haible * configure.ac (AM_INIT_AUTOMAKE): Add 'silent-rules' option. diff --git a/autogen.sh b/autogen.sh index 3ba9b5be0..9b637ee3e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -46,10 +46,6 @@ 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. diff --git a/gettext-tools/tests/msgmerge-22 b/gettext-tools/tests/msgmerge-22 old mode 100644 new mode 100755 diff --git a/gettext-tools/tests/msgmerge-update-4 b/gettext-tools/tests/msgmerge-update-4 old mode 100644 new mode 100755