]> git.ipfire.org Git - thirdparty/autoconf.git/commit
autoreconf: Support AM_GNU_GETTEXT_REQUIRE_VERSION
authorMichał Górny <mgorny@gentoo.org>
Fri, 16 Oct 2015 10:53:55 +0000 (12:53 +0200)
committerZack Weinberg <zackw@panix.com>
Mon, 9 Nov 2020 18:22:28 +0000 (13:22 -0500)
commit20a53df1adefa75f6175ffc8dc668f145cc06491
tree1be477fa01848677797ebe9bff1fbc88103c3ce5
parenta8b69e68aa2c96ad8b93822e462719d59d69025a
autoreconf: Support AM_GNU_GETTEXT_REQUIRE_VERSION

As reported in https://github.com/gentoo/gentoo/pull/163, gettext 0.19.6
supports using AM_GNU_GETTEXT_REQUIRE_VERSION (specifying a *minimum*
required version of gettext) instead of AM_GNU_GETTEXT_VERSION
(which specifies a *fixed* required version of gettext).
Update autoreconf to support both.

 * bin/autoreconf.in (autoreconf_current_directory): Check for
   AM_GNU_GETTEXT_REQUIRE_VERSION as well as AM_GNU_GETTEXT_VERSION.
   Update diagnostics about using AM_GNU_GETTEXT_VERSION but not
   AM_GNU_GETTEXT, or vice versa, to match.
 * doc/autoconf.texi (autoreconf Invocation): Update to match.
bin/autoreconf.in
doc/autoconf.texi