[d-feet/aleksander/ui] build: don't use AM_GNU_GETTEXT



commit c14923f1ddc6aaaad47cc89081c9fde731085dd4
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Tue Oct 1 18:23:58 2013 +0200

    build: don't use AM_GNU_GETTEXT
    
    AM_GNU_GETTEXT can no longer be used with IT_PROG_INTLTOOL.
    
    Same problem/fix as https://bugzilla.gnome.org/show_bug.cgi?id=706828;
    see https://bugzilla.gnome.org/show_bug.cgi?id=705365#c7 for more
    details.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709203

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7a96aab..fae7e86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,9 +35,6 @@ AM_CONDITIONAL(ENABLE_TESTS, test "x$enable_tests" = "xyes")
 # i18n stuff
 IT_PROG_INTLTOOL([0.40.0])
 
-AM_GNU_GETTEXT_VERSION([0.17])
-AM_GNU_GETTEXT([external])
-
 GETTEXT_PACKAGE=AC_PACKAGE_NAME
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Package name for gettext])


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