]> git.ipfire.org Git - thirdparty/xz.git/commit
Build: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require 0.19.6.
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 15 Feb 2020 01:08:32 +0000 (03:08 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 15 Feb 2020 13:05:35 +0000 (15:05 +0200)
commit3d576cf92158d62790017ad7f2dd6dc1dd6b42bb
treeb87fe9708bd64f9e6f8f88f72a69b9015ae0e722
parentfa792b8befaf7cb3960b655e0a9410da866d756f
Build: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require 0.19.6.

This bumps the version requirement from 0.19 (from 2014) to
0.19.6 (2015).

Using only the old AM_GNU_GETTEXT_VERSION results in old
gettext infrastructure being placed in the package. By using
both macros we get the latest gettext files while the other
programs in the Autotools family can still see the old macro.
configure.ac