aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@src.gnome.org>2008-07-22 05:57:03 +0800
committerWouter Bolsterlee <wbolster@src.gnome.org>2008-07-22 05:57:03 +0800
commit639308438133a48c3310232d3a0330db60248ae1 (patch)
treec7bb449f9eed89f0454adab99eeec6994517b3b7
parent04bfdac9bd692af96e33c473568a503ed65fbe63 (diff)
downloadgsoc2013-epiphany-639308438133a48c3310232d3a0330db60248ae1.tar
gsoc2013-epiphany-639308438133a48c3310232d3a0330db60248ae1.tar.gz
gsoc2013-epiphany-639308438133a48c3310232d3a0330db60248ae1.tar.bz2
gsoc2013-epiphany-639308438133a48c3310232d3a0330db60248ae1.tar.lz
gsoc2013-epiphany-639308438133a48c3310232d3a0330db60248ae1.tar.xz
gsoc2013-epiphany-639308438133a48c3310232d3a0330db60248ae1.tar.zst
gsoc2013-epiphany-639308438133a48c3310232d3a0330db60248ae1.zip
Bump intltool req. to 0.40.
svn path=/branches/gnome-2-24/; revision=8343
-rw-r--r--Makefile.am6
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 5d4dac92f..8d744b815 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,9 +10,6 @@ NULL =
EXTRA_DIST = \
autogen.sh \
- intltool-merge.in \
- intltool-update.in \
- intltool-extract.in \
gnome-doc-utils.make \
COPYING.README \
HACKING \
@@ -26,9 +23,6 @@ EXTRA_DIST = \
$(NULL)
DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update \
gnome-doc-utils.make \
$(NULL)
diff --git a/configure.ac b/configure.ac
index 790477754..5d20d64af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ AC_LANG_PUSH([C++])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])],[],[AC_MSG_ERROR([No C++ compiler found])])
AC_LANG_POP([C++])
-IT_PROG_INTLTOOL([0.35.0])
+IT_PROG_INTLTOOL([0.40.0])
PKG_PROG_PKG_CONFIG