diff options
-rw-r--r-- | Makefile.am | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
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 |