[jhbuild] Do not use both IT_PROG_INTLTOOL and AM_GNU_GETTEXT



commit 16a5215edff6aa3a508cbecb9b203a6ec7b336aa
Author: David King <amigadave amigadave com>
Date:   Tue Aug 27 15:59:59 2013 +0100

    Do not use both IT_PROG_INTLTOOL and AM_GNU_GETTEXT
    
    Fix autogen with the latest gnome-common, which was changed to run
    intltool before autoconf in bug 705365.

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 71a30be..408f549 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,9 +19,6 @@ PKG_PROG_PKG_CONFIG
 # i18n
 IT_PROG_INTLTOOL([0.40.0])
 
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
-
 GETTEXT_PACKAGE=AC_PACKAGE_TARNAME
 AC_SUBST([GETTEXT_PACKAGE])
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [Gettext package])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]