* [gentoo-dev] [PATCH] autotools.eclass: support AM_GNU_GETTEXT_REQUIRE_VERSION
@ 2015-10-13 16:25 99% Michał Górny
0 siblings, 0 replies; 1+ results
From: Michał Górny @ 2015-10-13 16:25 UTC (permalink / raw
To: gentoo-dev; +Cc: base-system, Michał Bartoszkiewicz
gettext 0.19.6 supports AM_GNU_GETTEXT_REQUIRE_VERSION in addition to
AM_GNU_GETTEXT_VERSION.
---
eclass/autotools.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
// proxying this patch for Michał Bartoszkiewicz
// https://github.com/gentoo/gentoo/pull/163
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index bc4032a..3039a46 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -258,7 +258,7 @@ _at_uses_pkg() {
}
_at_uses_autoheader() { _at_uses_pkg A{C,M}_CONFIG_HEADER{S,}; }
_at_uses_automake() { _at_uses_pkg AM_INIT_AUTOMAKE; }
-_at_uses_gettext() { _at_uses_pkg AM_GNU_GETTEXT_VERSION; }
+_at_uses_gettext() { _at_uses_pkg AM_GNU_GETTEXT_{,REQUIRE_}VERSION; }
_at_uses_glibgettext() { _at_uses_pkg AM_GLIB_GNU_GETTEXT; }
_at_uses_intltool() { _at_uses_pkg {AC,IT}_PROG_INTLTOOL; }
_at_uses_gtkdoc() { _at_uses_pkg GTK_DOC_CHECK; }
@@ -531,7 +531,7 @@ ALL_AUTOTOOLS_MACROS=(
AC_CONFIG_AUX_DIR AC_CONFIG_MACRO_DIR
AM_INIT_AUTOMAKE
AM_GLIB_GNU_GETTEXT
- AM_GNU_GETTEXT_VERSION
+ AM_GNU_GETTEXT_{,REQUIRE_}VERSION
{AC,IT}_PROG_INTLTOOL
GTK_DOC_CHECK
GNOME_DOC_INIT
--
2.6.1
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-10-13 16:25 99% [gentoo-dev] [PATCH] autotools.eclass: support AM_GNU_GETTEXT_REQUIRE_VERSION Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox