[pessulus] [build] Require intltool 0.40.0 and do not dist intltool files



commit ca4c27997edcbc9a7582c97bd709b626b4839e5e
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 8 17:05:39 2010 +0200

    [build] Require intltool 0.40.0 and do not dist intltool files

 Makefile.am  |    6 ------
 configure.ac |    2 +-
 2 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6ada0f2..9330071 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,18 +14,12 @@ EXTRA_DIST =			\
 	HACKING			\
 	MAINTAINERS		\
 	pessulus.in		\
-	intltool-extract.in	\
-	intltool-merge.in	\
-	intltool-update.in	\
 	$(NULL)
 
 CLEANFILES =		\
 	pessulus
 
 DISTCLEANFILES =		\
-        intltool-extract	\
-        intltool-merge		\
-        intltool-update		\
 	$(NULL)
 
 MAINTAINERCLEANFILES = \
diff --git a/configure.ac b/configure.ac
index 0fcd718..5b1638f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ GETTEXT_PACKAGE=pessulus
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
 AM_GLIB_GNU_GETTEXT
-IT_PROG_INTLTOOL([0.35.0])
+IT_PROG_INTLTOOL([0.40.0])
 AM_PATH_PYTHON
 AC_PATH_PROG(GCONFTOOL, gconftool-2)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]