From: Bruno Haible Date: Tue, 20 Nov 2001 14:53:11 +0000 (+0000) Subject: Make misc/gettextize executable. X-Git-Tag: v0.11~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b85b983ecf05fa00d8c9936b38acc09bb17b31e;p=thirdparty%2Fgettext.git Make misc/gettextize executable. --- diff --git a/ChangeLog b/ChangeLog index 45cc9baa7..ad47d05bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-18 Bruno Haible + + * configure.in: Make misc/gettextize executable. + 2001-11-10 Bruno Haible * acconfig.h (PARAMS): Also test for __GNUC__, __SUNPRO_C, __cplusplus diff --git a/configure.in b/configure.in index 2a2eb9e11..5daa38bd5 100644 --- a/configure.in +++ b/configure.in @@ -148,4 +148,6 @@ changequote(,)dnl mv $m.tmp $m done changequote([, ])dnl + dnl Fix permissions of misc/gettextize. + chmod a+x misc/gettextize ])