]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: allow gettext 0.17 again
authorEric Blake <eblake@redhat.com>
Thu, 30 Dec 2010 20:08:32 +0000 (13:08 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 30 Dec 2010 22:10:09 +0000 (15:10 -0700)
commit278491d2cc3238b32a82a9460a0153607105d50d
treefef7e9ac9933923e8bb1a1714745471701d813f3
parent44dbcae6b98700617d4d3cb8d799ce83d538e3e7
maint: allow gettext 0.17 again

Commit 041c9c47 traded the 'gettext' module for the lighter 'gettext-h'
module, so as to not require the latest gettext release (we only need
the latest release if we ship gettext as a dependent library, but
coreutils has long preferred to use it as an external library).
But that commit overlooked two places necessary to allow the use of
gettext 0.17.

This does not force you to downgrade (using gettext 0.18.1.1 is still
just fine), nor does it affect tarballs (once a tarball is built
with a given gettext version, it can be built on other machines
regardless of what gettext version is present).

* bootstrap.conf (buildreq): Relax prerequisite.
* configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
bootstrap.conf
configure.ac