diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:05:51 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:05:51 +0800 |
commit | 268ac19bf67195c86788f32cfbb66508013971fd (patch) | |
tree | 95bd6048e5e1cee1b56f49682282389d30260432 | |
parent | d919cede4f6616a3b3d03fe80579ab26586b6f36 (diff) | |
download | gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar.gz gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar.bz2 gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar.lz gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar.xz gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar.zst gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.zip |
Update Soup information and remove hard spaces.
* README: Update Soup information and remove hard spaces.
* configure.in: Check for Soup 0.7 or later. [Hm, we should make
sure that it's actually a 0.7.x version.]
svn path=/trunk/; revision=17673
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | README | 28 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 23 insertions, 14 deletions
@@ -1,3 +1,10 @@ +2002-08-01 Ettore Perazzoli <ettore@ximian.com> + + * README: Update Soup information and remove hard spaces. + + * configure.in: Check for Soup 0.7 or later. [Hm, we should make + sure that it's actually a 0.7.x version.] + 2002-07-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add checks for IPv6 support. @@ -143,7 +143,9 @@ and -devel packages for each library. - gtkhtml - later than 0.16.1 - - SOUP: later than 0.6.99 + - SOUP - 0.7.x + + *** If you are compiling from CVS, grab the soup-0-7 branch. Other non-GNOME Dependencies: @@ -199,24 +201,24 @@ If you don't have 3.1.17 installed on your system or Evolution doesn't detect it for some reason, here is a way to get Evolution to link to it without messing up your system installation. - * Get the Sleepycat tarball from: + * Get the Sleepycat tarball from: - http://www.sleepycat.com/update/snapshot/db-3.1.17.tar.gz + http://www.sleepycat.com/update/snapshot/db-3.1.17.tar.gz - * Install the content somewhere _other_ than the evolution source tree. - e.g: NOT evolution/db-3.1.17 + * Install the content somewhere _other_ than the evolution source tree. + e.g: NOT evolution/db-3.1.17 - * Compile according to instructions, but installing into some custom - prefix, for example: + * Compile according to instructions, but installing into some custom + prefix, for example: - ../dist/configure --prefix=/home/user/berkeleydb-3.1.17 + ../dist/configure --prefix=/home/user/berkeleydb-3.1.17 - * Autogen Evolution specifying that it has to look for the DB - library there, for example: + * Autogen Evolution specifying that it has to look for the DB + library there, for example: - ./autogen.sh --prefix=/opt/gnome - --with-db3-includes=/home/user/berkeleydb-3.1.17/include - --with-db3-libs=/home/user/berkeleydb-3.1.17/lib + ./autogen.sh --prefix=/opt/gnome + --with-db3-includes=/home/user/berkeleydb-3.1.17/include + --with-db3-libs=/home/user/berkeleydb-3.1.17/lib COMPILING PALM PILOT SUPPORT diff --git a/configure.in b/configure.in index 2ae87ac430..9bed329356 100644 --- a/configure.in +++ b/configure.in @@ -546,7 +546,7 @@ EVO_CHECK_LIB(bonobo-conf, bonobo_conf, 0.11) EVO_CHECK_LIB(GAL, gal, 0.19.99.17) EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.1.1.1) -EVO_CHECK_LIB(Libsoup, soup, 0.6) +EVO_CHECK_LIB(Libsoup, soup, 0.7) AM_PATH_GCONF(1.0) if test "x$GCONF_CFLAGS" = "x" ; then |