[ghex] Remove old intltool cruft



commit 122ab524822120728c5394e7ed6787f9d62c7c7e
Author: RafaÅ MuÅyÅo <galtgendo gmail com>
Date:   Fri Aug 19 04:51:16 2011 +0200

    Remove old intltool cruft
    
    ... and bump the minimum required intltool version to 0.41.1.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656919

 Makefile.am  |   10 +---------
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2a09ac2..58fd1bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,12 +10,4 @@ EXTRA_DIST =			\
 	gnome-doc-utils.make	\
 	omf.make		\
 	xmldocs.make		\
-	COPYING-DOCS    	\
-	intltool-extract.in	\
-	intltool-merge.in	\
-	intltool-update.in
-
-DISTCLEANFILES =		\
-	intltool-extract	\
-	intltool-merge		\
-	intltool-update
+	COPYING-DOCS
diff --git a/configure.ac b/configure.ac
index f622e68..313984c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AC_SUBST(GAILUTIL_LIBS)
 dnl =================================================================
 dnl Gettext stuff
 dnl =================================================================
-IT_PROG_INTLTOOL([0.40.0])
+IT_PROG_INTLTOOL([0.41.1])
 
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION([0.17])



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