From 2e9bc7b09bae4a7b0376b64671900d7bd0ec5f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 13 Mar 2016 23:29:27 +0000 Subject: Use upstream gettext install intltool/glib-gettext https://bugzilla.gnome.org/show_bug.cgi?id=763586 --- configure.ac | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2b655032..6f8bc215 100644 --- a/configure.ac +++ b/configure.ac @@ -444,14 +444,14 @@ RYGEL_CHECK_VALA([$VALA_REQUIRED], posix]) dnl Gettext +AM_GNU_GETTEXT_VERSION([0.19.7]) +AM_GNU_GETTEXT([external]) + GETTEXT_PACKAGE=rygel AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"], [Define the gettext package to be used]) -AM_GLIB_GNU_GETTEXT -IT_PROG_INTLTOOL([0.40.0]) - dnl Shave the output AM_SILENT_RULES([yes]) @@ -522,8 +522,6 @@ data/icons/48x48/Makefile data/icons/120x120/Makefile data/icons/128x128/Makefile data/icons/scalable/Makefile -data/rygel.desktop.in -data/rygel-preferences.desktop.in doc/Makefile doc/reference/Makefile doc/reference/librygel-core/Makefile -- cgit v1.2.1