summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-06-17 10:34:59 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-06-17 10:34:59 +0000
commite9e22f30eb2f7ba7f3afe9b7059fc4e0a62ad671 (patch)
treee54df210aa23ecc18eaa6f247dfaf01a3a487066
parent8f2febf2e8334a6c5f473d0f1d94ed4b8935fc31 (diff)
downloadlibwnck-e9e22f30eb2f7ba7f3afe9b7059fc4e0a62ad671.tar.gz
require intltool 0.40.0 remove old intltool cruft
2008-06-17 Vincent Untz <vuntz@gnome.org> * configure.in: require intltool 0.40.0 * Makefile.am: remove old intltool cruft svn path=/trunk/; revision=1631
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am10
-rw-r--r--configure.in2
3 files changed, 7 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e9f622..60e8f40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-17 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in: require intltool 0.40.0
+ * Makefile.am: remove old intltool cruft
+
2008-06-11 Vincent Untz <vuntz@gnome.org>
* libwnck/screen.c: (arrays_contain_same_windows): return TRUE when
diff --git a/Makefile.am b/Makefile.am
index 66614b4..3982ca7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,12 +9,4 @@ EXTRA_DIST = \
MAINTAINERS \
libwnck-1.0.pc.in \
libwnck-1.0-uninstalled.pc.in \
- HACKING \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in
-
-DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update
+ HACKING
diff --git a/configure.in b/configure.in
index c328748..289f997 100644
--- a/configure.in
+++ b/configure.in
@@ -25,7 +25,7 @@ AC_SUBST(LIBWNCK_CURRENT)
AC_SUBST(LIBWNCK_REVISION)
AC_SUBST(LIBWNCK_AGE)
-IT_PROG_INTLTOOL([0.35.0])
+IT_PROG_INTLTOOL([0.40.0])
AC_PROG_CC
AC_ISC_POSIX