From 1a2b496879af816cffe1e98b4368e99dd7b53c5f Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Sat, 5 May 2001 16:28:29 +0000 Subject: upped required gtkhtml version to 0.9.3, even that is not enough for idl 2001-05-05 Gediminas Paulauskas * configure.in: upped required gtkhtml version to 0.9.3, even that is not enough for idl changes. * README: you need LIB_XML_1_BRANCH. updated all version requirements from configure.in svn path=/trunk/; revision=9683 --- ChangeLog | 7 +++++++ README | 10 +++++----- configure.in | 8 +++++--- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5d65b022b..c822aba23c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-05-05 Gediminas Paulauskas + + * configure.in: upped required gtkhtml version to 0.9.3, even that is + not enough for idl changes. + * README: you need LIB_XML_1_BRANCH. updated all version requirements + from configure.in + 2001-04-26 Ettore Perazzoli * configure.in: Don't autogen diff --git a/README b/README index 67ac311fb2..208e99b18c 100644 --- a/README +++ b/README @@ -107,12 +107,12 @@ and -devel packages for each library. GNOME CVS (0.8.2 is too old) - gnome-xml - 1.8.10 or later in the 1.0 series, but not from the 2.0 - series (If you get this from GNOME CVS, use the tag "LIB_XML_1_X".) + series (If you get this from GNOME CVS, use the tag "LIB_XML_1_BRANCH".) (*) - gnome-print - 0.25 or later (*) - - gdk-pixbuf - 0.8.0 or later (*) + - gdk-pixbuf - 0.9.0 or later (*) - ORBit - 0.5.6 or later (*) (If you get this from GNOME CVS, use the tag "orbit-stable-0-5".) @@ -133,7 +133,7 @@ and -devel packages for each library. *** "--disable-more-warnings" when configuring, or it may fail to *** build. - - libglade (*) + - libglade - 0.14 or later - bonobo - 0.37 or later @@ -141,9 +141,9 @@ and -devel packages for each library. *** either gnome-libs or evolution for the Makefiles to work *** properly. - - gal (GNOME Application Library) - 0.5.99.5 or later + - gal (GNOME Application Library) - 0.7.99.2 or later - - gtkhtml - 0.8.2 or later + - gtkhtml - later than 0.9.3 If you want support for PalmPilot syncing (currently experimental so please back up your pilot) you will also need to do the following: diff --git a/configure.in b/configure.in index b79126efa2..2516956a60 100644 --- a/configure.in +++ b/configure.in @@ -304,12 +304,14 @@ fi dnl *************** dnl GNOME Libraries dnl *************** -EVO_CHECK_LIB(Bonobo, 0.36, bonobox) -EVO_CHECK_LIB(OAF, 0.6, oaf) +EVO_CHECK_LIB(Bonobo, 0.37, bonobox) +EVO_CHECK_LIB(OAF, 0.6.2, oaf) EVO_CHECK_LIB(libglade, 0.14, libglade) EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, 0.9.0, gnomecanvaspixbuf) EVO_CHECK_LIB(GAL, 0.7.99.2, gal) -EVO_CHECK_LIB(GtkHTML, 0.8, gtkhtml) +dnl FIXME: really a post-0.9.3 version (as of April 25) is needed for +dnl changes in Editor.idl (menesis) +EVO_CHECK_LIB(GtkHTML, 0.9.3, gtkhtml) EVO_CHECK_LIB(GNOME-VFS, 0.4.2, vfs) EVO_CHECK_LIB(libxml, 1.8.10, xml) -- cgit v1.2.3