]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make misc/gettextize executable.
authorBruno Haible <bruno@clisp.org>
Tue, 20 Nov 2001 14:53:11 +0000 (14:53 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 21:23:19 +0000 (23:23 +0200)
ChangeLog
configure.in

index 45cc9baa7357aeeb8b04f3487fd6d83e715b0f63..ad47d05bd6dc3f76ad5525de40c01686663a92de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-18  Bruno Haible  <haible@clisp.cons.org>
+
+       * configure.in: Make misc/gettextize executable.
+
 2001-11-10  Bruno Haible  <haible@clisp.cons.org>
 
        * acconfig.h (PARAMS): Also test for __GNUC__, __SUNPRO_C, __cplusplus
index 2a2eb9e1163f277c5c489700268027af00348eb1..5daa38bd5e531271a96fa201436bce4837b33b5b 100644 (file)
@@ -148,4 +148,6 @@ changequote(,)dnl
     mv $m.tmp $m
   done
 changequote([, ])dnl
+  dnl Fix permissions of misc/gettextize.
+  chmod a+x misc/gettextize
 ])