summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-10-01 18:23:58 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-10-01 20:18:54 +0200
commit2a9df534ec4168a8980a078e191b450a209ee31d (patch)
tree191ce0778c27875a3859f957820c041a1ecff1ca
parent1897a2547d9ccdeba9d0e5ecf66e02ee3f78272f (diff)
downloadd-feet-2a9df534ec4168a8980a078e191b450a209ee31d.tar.gz
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
-rw-r--r--configure.ac3
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])