diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-05-22 14:26:01 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-05-22 14:26:01 +0800 |
commit | 343503c46a72a3fb53a80ffa869045cf56b97a45 (patch) | |
tree | 2c80aeb72e9cfb9de73e33dccdb595fa1d81f1ab /configure.in | |
parent | 011eb02646c89af2223db332b48ce935a7fb1ed4 (diff) | |
download | gsoc2013-evolution-343503c46a72a3fb53a80ffa869045cf56b97a45.tar.gz gsoc2013-evolution-343503c46a72a3fb53a80ffa869045cf56b97a45.tar.zst gsoc2013-evolution-343503c46a72a3fb53a80ffa869045cf56b97a45.zip |
Update intltool requirements.
2006-05-22 Harish Krishnaswamy <kharish@novell.com>
* configure.in: Update intltool requirements.
svn path=/trunk/; revision=32011
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 0f582a06b5..5621422395 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(evolution, 2.7.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.7.2.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Gross hack to enable 'make dist' on automake 1.9+tar 1.14. @@ -80,7 +80,7 @@ AM_CONDITIONAL(HAVE_JW, test "x$HAVE_JW" = "xyes") AC_SUBST(HAVE_JW) dnl I18N stuff -AC_PROG_INTLTOOL([0.34.90]) +AC_PROG_INTLTOOL([0.35.0]) AM_GLIB_GNU_GETTEXT |