diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-29 13:31:55 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-29 13:31:55 +0000 |
commit | 2cb242b814dc79a80f8ba85198ba611a827c930d (patch) | |
tree | ad1fff5a7ac4f17b39ba4747702ccd38cc433531 /ChangeLog | |
parent | 3db0832748b7e2ba4d47ec2436f1d78d2b7ed1e1 (diff) |
Require gettext 0.17 because older versions don't mix with libtool 2.2. At build time an older gettext version will s...
Original commit message from CVS:
Patch by: Cygwin Ports maintainer
<yselkowitz at users dot sourceforge dot net>
* autogen.sh:
* configure.ac:
Require gettext 0.17 because older versions don't mix with libtool
2.2. At build time an older gettext version will still work.
Fixes bug #556091.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + Patch by: Cygwin Ports maintainer + <yselkowitz at users dot sourceforge dot net> + + * autogen.sh: + * configure.ac: + Require gettext 0.17 because older versions don't mix with libtool + 2.2. At build time an older gettext version will still work. + Fixes bug #556091. + 2008-11-28 Wim Taymans <wim.taymans@collabora.co.uk> Patch by: Peter Kjellerstedt <pkj at axis com> |