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.
tingping/wmclass
Matthias Clasen 2016-07-15 12:54:41 -04:00
parent 3c52321a40
commit e09a1d23f9
1 changed files with 1 additions and 1 deletions

View File

@ -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