diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2007-03-13 04:29:26 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2007-03-13 04:29:26 +0800 |
commit | 077105896edb292039764368c191296826557e50 (patch) | |
tree | 5f033d556423ade3ec3838d2bd110d5994eb0103 /configure.in | |
parent | d380c9d7ef6c9fa9d28bdf4a9fc66358730460ac (diff) | |
download | gsoc2013-evolution-077105896edb292039764368c191296826557e50.tar.gz gsoc2013-evolution-077105896edb292039764368c191296826557e50.tar.zst gsoc2013-evolution-077105896edb292039764368c191296826557e50.zip |
Evolution 2.10 release updates
2007-03-12 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in: Evolution 2.10 release updates
svn path=/trunk/; revision=33308
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 6db872df0d..03cc1e6206 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.9.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.10.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) @@ -52,7 +52,7 @@ dnl The controls whether things like the development warning in shell/main.c are dnl dnl This should be set to 0 for stable releases and 1 for unstable releases dnl ************************************************************************************************* -AC_DEFINE(DEVELOPMENT, 1, [If we are in development mode or not]) +AC_DEFINE(DEVELOPMENT, 0, [If we are in development mode or not]) AC_SUBST(DEVELOPMENT) AC_ISC_POSIX @@ -558,12 +558,12 @@ AC_CHECK_FUNCS(regexec,,[AC_CHECK_LIB(regex,regexec, [AC_MSG_ERROR([No regex library found])])]) AC_SUBST(REGEX_LIBS) -PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.8) +PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.14) AC_SUBST(GTKHTML_CFLAGS) AC_SUBST(GTKHTML_LIBS) -GTKHTML_DATADIR=`$PKG_CONFIG --variable gtkhtml_datadir libgtkhtml-3.8` +GTKHTML_DATADIR=`$PKG_CONFIG --variable gtkhtml_datadir libgtkhtml-3.14` AC_SUBST(GTKHTML_DATADIR) -GTKHTML_API_VERSION=`$PKG_CONFIG --variable gtkhtml_apiversion libgtkhtml-3.8` +GTKHTML_API_VERSION=`$PKG_CONFIG --variable gtkhtml_apiversion libgtkhtml-3.14` AC_DEFINE_UNQUOTED(GTKHTML_API_VERSION, "$GTKHTML_API_VERSION", [The gtkhtml api version]) @@ -1169,8 +1169,8 @@ fi dnl --- Required version numbers -GTKHTML_REQUIRED=3.7.0 -GTKHTML_PACKAGE=3.8 +GTKHTML_REQUIRED=3.14.0 +GTKHTML_PACKAGE=3.14 EDS_REQUIRED=1.9.4 EDS_PACKAGE=1.2 BONOBOUI_REQUIRED=2.4.2 |