From 881ab4edffa5e9c6c8bd8fb9762e04d776c4a573 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Oct 24 2016 11:30:12 +0000 Subject: Build: remove Transifex support FreeIPA moved to Zanata a while ago. References to Transifex were just leftovers. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Lukas Slebodnik Reviewed-By: Stanislav Laznicka Reviewed-By: Christian Heimes --- diff --git a/configure.ac b/configure.ac index 82dd150..2811252 100644 --- a/configure.ac +++ b/configure.ac @@ -268,8 +268,6 @@ if test "x$MSGATTRIB" = "xno"; then AC_MSG_ERROR([msgattrib not found, install gettext]) fi -AC_PATH_PROG(TX, tx, [/usr/bin/tx]) - dnl --------------------------------------------------------------------------- dnl Finish dnl --------------------------------------------------------------------------- diff --git a/po/Makefile.in b/po/Makefile.in index 7db76be..c2f8439 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -15,7 +15,6 @@ MSGINIT = @MSGINIT@ MSGMERGE = @MSGMERGE@ MSGCMP = @MSGCMP@ MSGATTRIB = @MSGATTRIB@ -TX = @TX@ IPA_TEST_I18N = ../ipatests/i18n.py DOMAIN = @GETTEXT_DOMAIN@ @@ -121,10 +120,6 @@ create-po: $(DOMAIN).pot done -pull-po: - cd ..; $(TX) pull -f - $(MAKE) strip-po - merge-po: update-pot $(MAKE) $(po_files)