aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-07-23 02:24:30 +0800
committerDan Winship <danw@src.gnome.org>2002-07-23 02:24:30 +0800
commited309c6a1523e3b48392781aeafd0a94a1c9042b (patch)
tree346ae12cd97c4696205fcb89effb8ed2e5b26402 /ChangeLog
parent3112b6942561e0b027133547feb66cdf24dbd945 (diff)
downloadgsoc2013-evolution-ed309c6a1523e3b48392781aeafd0a94a1c9042b.tar
gsoc2013-evolution-ed309c6a1523e3b48392781aeafd0a94a1c9042b.tar.gz
gsoc2013-evolution-ed309c6a1523e3b48392781aeafd0a94a1c9042b.tar.bz2
gsoc2013-evolution-ed309c6a1523e3b48392781aeafd0a94a1c9042b.tar.lz
gsoc2013-evolution-ed309c6a1523e3b48392781aeafd0a94a1c9042b.tar.xz
gsoc2013-evolution-ed309c6a1523e3b48392781aeafd0a94a1c9042b.tar.zst
gsoc2013-evolution-ed309c6a1523e3b48392781aeafd0a94a1c9042b.zip
Move EVO_CHECK_LIB into here, and also create EVO_PURIFY_SUPPORT,
* acinclude.m4: Move EVO_CHECK_LIB into here, and also create EVO_PURIFY_SUPPORT, EVO_TIMEZONE_CHECK, and EVO_LDAP_CHECK from stuff in configure.in. (This stuff is also used by Connector.) * configure.in: Remove the stuff that was moved to acinclude.m4. * evolution_addressbookConf.sh.in: Remove db3 and ldap references since pas-backend-file and pas-backend-ldap are no longer in libpas, and those flags weren't doing anything useful here before anyway. (Our attempts to force static linking to those libraries end up getting mangled when passed through gnome-config.) * evolution_calendarConf.sh.in: Likewise, remove db3 references. svn path=/trunk/; revision=17531
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 21 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 56654e12d5..a295d2e3d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2002-07-22 Dan Winship <danw@ximian.com>
+ * acinclude.m4: Move EVO_CHECK_LIB into here, and also create
+ EVO_PURIFY_SUPPORT, EVO_TIMEZONE_CHECK, and EVO_LDAP_CHECK from
+ stuff in configure.in. (This stuff is also used by Connector.)
+
+ * configure.in: Remove the stuff that was moved to acinclude.m4.
+
+ * evolution_addressbookConf.sh.in: Remove db3 and ldap references
+ since pas-backend-file and pas-backend-ldap are no longer in
+ libpas, and those flags weren't doing anything useful here before
+ anyway. (Our attempts to force static linking to those libraries
+ end up getting mangled when passed through gnome-config.)
+
+ * evolution_calendarConf.sh.in: Likewise, remove db3 references.
+
+2002-07-22 Dan Winship <danw@ximian.com>
+
* configure.in: Check if we're trying to build with the old
libversit module borrowed from gnome-pim instead of our own new
one, and refuse to build if so.
@@ -26,11 +42,11 @@
2002-07-10 Peter Williams <peterw@ximian.com>
- * configure.in (privlibdir): Define a versioned library directory that we can
- use for things that are ABI-sensitive: camel providers, importers... Define
- camel_providerder in terms of this, resulting in a new location for the
- providers. Camel will have to be rebuilt for it to get the new
- -D flag.
+ * configure.in (privlibdir): Define a versioned library directory
+ that we can use for things that are ABI-sensitive: camel
+ providers, importers... Define camel_providerder in terms of this,
+ resulting in a new location for the providers. Camel will have to
+ be rebuilt for it to get the new -D flag.
2002-07-12 Peter Williams <peterw@ximian.com>