diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2007-02-26 18:29:58 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2007-02-26 18:29:58 +0800 |
commit | f2c676feaeda12ddb08b91ea9298a962eef4d76d (patch) | |
tree | bbc72a60d6e1b08c3e763937ddc7e4703e9e903a /configure.in | |
parent | fabc480f2f4f419060bb503c1d4137de7bee7571 (diff) | |
download | gsoc2013-evolution-f2c676feaeda12ddb08b91ea9298a962eef4d76d.tar.gz gsoc2013-evolution-f2c676feaeda12ddb08b91ea9298a962eef4d76d.tar.zst gsoc2013-evolution-f2c676feaeda12ddb08b91ea9298a962eef4d76d.zip |
Update intltool version.
2007-02-26 Harish Krishnaswamy <kharish@novell.com>
* configure.in : Update intltool version.
svn path=/trunk/; revision=33251
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f49c6b4a93..a637791897 100644 --- a/configure.in +++ b/configure.in @@ -83,7 +83,7 @@ AM_CONDITIONAL(HAVE_JW, test "x$HAVE_JW" = "xyes") AC_SUBST(HAVE_JW) dnl I18N stuff -AC_PROG_INTLTOOL([0.35.0]) +AC_PROG_INTLTOOL([0.35.5]) AM_GLIB_GNU_GETTEXT |