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 8cf0c38de..322a1c69e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,6 @@ NULL = EXTRA_DIST = \ autogen.sh \ - intltool-merge.in \ - intltool-update.in \ - intltool-extract.in \ gnome-doc-utils.make \ COPYING.README \ HACKING \ @@ -22,9 +19,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 bde94583d..9d9fa9b89 100644 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,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 |