[Spice-devel] [spice-gtk] build-sys: Lower gettext requirement

Christophe Fergeau cfergeau at redhat.com
Mon Jul 17 12:00:21 UTC 2017


spice-gtk currently requires gettext 0.19 which is a fairly recent
release (not available in el7.3 and older, nor in ubuntu 14.04 LTS).
They both have a gettext newer than 0.18.2, so we can require that.

Requiring 0.18 or 0.18.1 is throwing automake errors because of our use
of -Werror, so we side-step this by requiring 0.18.2.

Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
 configure.ac | 2 +-
 spice-common | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 61b01209..f915d81e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AM_MAINTAINER_MODE
 GETTEXT_PACKAGE=AC_PACKAGE_TARNAME
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [GETTEXT package name])
-AM_GNU_GETTEXT_VERSION([0.19])
+AM_GNU_GETTEXT_VERSION([0.18.2])
 AM_GNU_GETTEXT([external])
 
 
diff --git a/spice-common b/spice-common
index 858a0bfa..a76ed0ac 160000
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit 858a0bfae9925ea6e363573de4113090c7821133
+Subproject commit a76ed0ac73fd6b336825eefc71ae68857012f126
-- 
2.13.3



More information about the Spice-devel mailing list