summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeán de Búrca <leftmostcat@gmail.com>2013-08-26 17:11:13 -0600
committerSeán de Búrca <leftmostcat@gmail.com>2013-08-27 09:18:54 -0600
commitb1559c071efa308741c83f2f309a2f7a8e6b6914 (patch)
tree89be3682e072dcd2fe1cc2870c7039e8e549ad64
parentf0f6a9a461fb3462625cfffa2406e105236023e1 (diff)
downloadyelp-b1559c071efa308741c83f2f309a2f7a8e6b6914.tar.gz
Fix autogen with latest gnome-common
Side-by-side use of IT_PROG_INTLTOOL and AM_GNU_GETTEXT is not supported. https://bugzilla.gnome.org/show_bug.cgi?id=706854
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fdbc8dcc..2a7c47b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,9 +65,6 @@ IT_PROG_INTLTOOL([0.41.0])
ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`"
AC_SUBST(ALL_LINGUAS)
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
-
GETTEXT_PACKAGE=yelp
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",