summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws+gnome@xs4all.nl>2006-05-17 11:55:59 +0000
committerWouter Bolsterlee <wbolster@src.gnome.org>2006-05-17 11:55:59 +0000
commit8214dc7494e5d01e805837d9b2f5fa0cc96e944e (patch)
tree28664d16f5ecf3b2634d6567d7ed8849753c1f2a
parent3e45d5d8733c0e96694bcd65e59e5a26bec80328 (diff)
downloadvte-8214dc7494e5d01e805837d9b2f5fa0cc96e944e.tar.gz
Require intltool 0.35.0 to have translations in the dist tarballs.
2006-05-17 Wouter Bolsterlee <uws+gnome@xs4all.nl> * configure.in: Require intltool 0.35.0 to have translations in the dist tarballs.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 97e2289a..3619fe08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-17 Wouter Bolsterlee <uws+gnome@xs4all.nl>
+
+ * configure.in: Require intltool 0.35.0 to have
+ translations in the dist tarballs.
+
2006-05-17 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.13.1.
diff --git a/configure.in b/configure.in
index a60ed207..96bb7dc7 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AM_PROG_CC_STDC
AM_MAINTAINER_MODE
AM_PROG_LIBTOOL
-IT_PROG_INTLTOOL([0.34.90])
+IT_PROG_INTLTOOL([0.35.0])
GETTEXT_PACKAGE=vte
AC_SUBST(GETTEXT_PACKAGE)