aboutsummaryrefslogtreecommitdiffstats
path: root/libical
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-04-02 01:15:53 +0800
committernobody <nobody@localhost>2003-04-02 01:15:53 +0800
commit2e5b2bbb530b642dda56b332cfd93810ac415098 (patch)
treee2b63c11a404a5dd99d407c989c8846fd0d5379d /libical
parent5cda225087bfdc66e19edb703689e8af655e171c (diff)
downloadgsoc2013-evolution-EVOLUTION_1_2_4.tar
gsoc2013-evolution-EVOLUTION_1_2_4.tar.gz
gsoc2013-evolution-EVOLUTION_1_2_4.tar.bz2
gsoc2013-evolution-EVOLUTION_1_2_4.tar.lz
gsoc2013-evolution-EVOLUTION_1_2_4.tar.xz
gsoc2013-evolution-EVOLUTION_1_2_4.tar.zst
gsoc2013-evolution-EVOLUTION_1_2_4.zip
This commit was manufactured by cvs2svn to create tagEVOLUTION_1_2_4
'EVOLUTION_1_2_4'. svn path=/tags/EVOLUTION_1_2_4/; revision=20614
Diffstat (limited to 'libical')
-rw-r--r--libical/ChangeLog39
-rw-r--r--libical/src/libical/icalyacc.y2
-rw-r--r--libical/src/libicalvcal/Makefile.am4
3 files changed, 4 insertions, 41 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog
index 8d9542b7a3..3ef79d9cce 100644
--- a/libical/ChangeLog
+++ b/libical/ChangeLog
@@ -1,6 +1,4 @@
-2003-03-17 Hans Petter Jansson <hpj@ximian.com>
-
- Part of fix for #34095
+2002-11-30 Hans Petter Jansson <hpj@ximian.com>
* scripts/mkderivedparameters.pl: Generate code to free old
string value when a new one is set.
@@ -9,41 +7,6 @@
Callers expect a temporary string, and thus won't free it, so
allocate returned memory from the temporary ring.
-2003-02-10 Ettore Perazzoli <ettore@ximian.com>
-
- * src/libical/Makefile.am (libical_static_la_DEPENDENCIES): Make
- libical-static.la depend on libical-evolution.la so they they are
- not built in parallel by a parallel make, since that would break
- libtool.
-
-2003-02-07 Christian Neumair <chris@gnome-de.org>
-
- * .cvsignore: Added missing files.
- * configure.in: Added AC_PREREQ as defined in ../configure.in.
-
-2003-02-06 Dan Winship <danw@ximian.com>
-
- * configure.in: AC_SUBST privlibdir, privincludedir, privdatadir
- (sent from ../configure). Add descriptions to AC_DEFINEs. Don't
- bother checking for python since we don't build it anyway.
-
- * acconfig.h: Gone
-
- * src/libical/Makefile.am: install library in privlibdir and
- headers under privincludedir. Look for zone files in privdatadir
-
- * src/libicalvcal/Makefile.am: install in privlibdir
-
- * zoneinfo/Makefile.am (zoneinfodatadir): define in terms of
- privdatadir
- (install-data-local): update
-
-2002-12-19 Joe Shaw <joe@ximian.com>
-
- * configure.in: Add AC_CONFIG_AUX_DIR(..) so it looks for ylwrap in
- the toplevel evolution directory and not our directory. Fixes the
- build for automake >= 1.5
-
2002-11-26 Rodrigo Moya <rodrigo@ximian.com>
* src/libical/icalyacc.y: added missing ';' for new bison to not
diff --git a/libical/src/libical/icalyacc.y b/libical/src/libical/icalyacc.y
index 51a03d6028..c656ad4981 100644
--- a/libical/src/libical/icalyacc.y
+++ b/libical/src/libical/icalyacc.y
@@ -6,7 +6,7 @@
DESCRIPTION:
- $Id: icalyacc.y,v 1.14 2002/11/27 00:33:20 rodrigo Exp $
+ $Id: icalyacc.y,v 1.13.6.1 2002/11/27 00:32:24 rodrigo Exp $
$Locker: $
(C) COPYRIGHT 1999 Eric Busboom
diff --git a/libical/src/libicalvcal/Makefile.am b/libical/src/libicalvcal/Makefile.am
index f9d8dd39d9..e8e8310941 100644
--- a/libical/src/libicalvcal/Makefile.am
+++ b/libical/src/libicalvcal/Makefile.am
@@ -1,4 +1,4 @@
-privlib_LTLIBRARIES = libicalvcal-evolution.la
+lib_LTLIBRARIES = libicalvcal-evolution.la
INCLUDES = \
-I$(top_builddir) \
@@ -19,7 +19,7 @@ libicalvcal_evolution_la_SOURCES = \
vcaltmp.h \
vcaltmp.c
-#libicalvcalincludedir = $(privincludedir)/libicalvcal
+#libicalvcalincludedir = $(includedir)/evolution/libicalvcal
#libicalvcalinclude_HEADERS = \
# icalvcal.h \