Lowered the version of gettext

The lower version is needed while building on RHEL.
Also po/Rules-quot file is deleted and added to .gitignore.

https://fedorahosted.org/freeipa/ticket/6418

Reviewed-By: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
Pavel Vomacka
2016-12-09 14:01:06 +01:00
committed by Martin Basti
parent fad87a9962
commit e5686c0ccb
3 changed files with 2 additions and 59 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ AC_CONFIG_COMMANDS([po/POTFILES.in],
> po/POTFILES.in && dnl
cd "${find_start_pwd}"])
AC_SUBST(GETTEXT_DOMAIN, [ipa])
AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT_VERSION([0.18.2])
AM_GNU_GETTEXT([external])
dnl integrate our custom hacks into gettextize infrastructure