diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-07 03:28:45 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-07 03:28:45 +0800 |
commit | dd1021ad84005e7827e4d5f047b131d7dc460851 (patch) | |
tree | 301a7eba4e9017bc27355ef28e2e6608349881f8 | |
parent | 05ed17007550aa6ebfbee5f3ac2e99a59278dfd2 (diff) | |
download | gsoc2013-evolution-dd1021ad84005e7827e4d5f047b131d7dc460851.tar gsoc2013-evolution-dd1021ad84005e7827e4d5f047b131d7dc460851.tar.gz gsoc2013-evolution-dd1021ad84005e7827e4d5f047b131d7dc460851.tar.bz2 gsoc2013-evolution-dd1021ad84005e7827e4d5f047b131d7dc460851.tar.lz gsoc2013-evolution-dd1021ad84005e7827e4d5f047b131d7dc460851.tar.xz gsoc2013-evolution-dd1021ad84005e7827e4d5f047b131d7dc460851.tar.zst gsoc2013-evolution-dd1021ad84005e7827e4d5f047b131d7dc460851.zip |
Bump some requirements. Update accordingly.
* configure.in: Bump some requirements.
* README: Update accordingly.
svn path=/trunk/; revision=18008
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | README | 13 | ||||
-rw-r--r-- | configure.in | 8 |
3 files changed, 15 insertions, 11 deletions
@@ -1,3 +1,8 @@ +2002-09-06 Ettore Perazzoli <ettore@ximian.com> + + * configure.in: Bump some requirements. + * README: Update accordingly. + 2002-09-06 Larry Ewing <lewing@ximian.com> * NEWS: update with some gtkhtml features. @@ -101,30 +101,29 @@ available from the Ximian GNOME evolution preview mirror. If installing from packages, remember that you need both the runtime and -devel packages for each library. - - xml-i18n-tools - latest from xml-i18n-tools-stable-1-x branch in - GNOME CVS (0.8.2 is too old) + - GNU intltool 0.18 (*) - scrollkeeper - 0.1.4 or later (*) - - gnome-xml - 1.8.15 or later in the 1.0 series, but not from the 2.0 + - gnome-xml - 1.8.17 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_BRANCH".) (*) - - gnome-print - 0.25 or later (*) + - gnome-print - 0.35 or later (*) - - gdk-pixbuf - 0.9.0 or later (*) + - gdk-pixbuf - 0.18.0 or later (*) - ORBit - 0.5.8 or later (*) (If you get this from GNOME CVS, use the tag "orbit-stable-0-5".) - - oaf - 0.6.2 or later (If you get this from GNOME CVS, use the tag + - oaf - 0.6.10 or later (If you get this from GNOME CVS, use the tag "oaf-stable-0-6") *** If you are using oaf from CVS, you should use the flag *** "--disable-more-warnings" when configure, or it may fail to *** build. - - gnome-vfs - 1.0.0 or later (If you get this from GNOME CVS, use + - gnome-vfs - 1.0.5 or later (If you get this from GNOME CVS, use the tag "gnome-vfs-1-0") *** If you are using gnome-vfs from CVS, you should use the flag diff --git a/configure.in b/configure.in index d7dd2f37ee..7f89b0d4ed 100644 --- a/configure.in +++ b/configure.in @@ -571,11 +571,11 @@ dnl *************** dnl GNOME Libraries dnl *************** EVO_CHECK_LIB(Bonobo, bonobox, 1.0.3) -EVO_CHECK_LIB(OAF, oaf, 0.6.2) +EVO_CHECK_LIB(OAF, oaf, 0.6.10) EVO_CHECK_LIB(libglade, libglade, 0.14) -EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.9.0) -EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) -EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) +EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.18.0) +EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0.5) +EVO_CHECK_LIB(libxml, xml, 1.8.17, 2.0) EVO_CHECK_LIB(bonobo-conf, bonobo_conf, 0.11) EVO_CHECK_LIB(GAL, gal, 0.19.99.18) |