From e09a1d23f9d49013b944de4389ff3d00e81936da Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 15 Jul 2016 12:54:41 -0400 Subject: [PATCH] Reduce gettext requirement Drop the gettext requirement to something that is available in Enterprise distributions. Gettext older than 0.19.7 won't support merging translations back into xml with msgfmt, but the fallback code to install the untranslated policy file should work for that case. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 884df254..9a559ede 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-xz tar-ustar foreign subdir-o AC_PROG_SED AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.19.7]) +AM_GNU_GETTEXT_VERSION([0.18.2]) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$PACKAGE", [gettext domain]) # Enable silent rules is available