diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-01 23:24:30 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-01 23:24:30 +0800 |
commit | ba9c7d021709966f75200f778b1ba5dc3ff7ab04 (patch) | |
tree | 34388164bb5f9ccbd8d46345e3e4ba7cf6dbfe91 /libical/configure.in | |
parent | 943c181c658d64e2e89026db65613c905ffe9f25 (diff) | |
download | gsoc2013-evolution-ba9c7d021709966f75200f778b1ba5dc3ff7ab04.tar.gz gsoc2013-evolution-ba9c7d021709966f75200f778b1ba5dc3ff7ab04.tar.zst gsoc2013-evolution-ba9c7d021709966f75200f778b1ba5dc3ff7ab04.zip |
We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOL
2000-09-01 JP Rosevear <jpr@helixcode.com>
* configure.in: We don't need AC_PROG_RANLIB and
AM_PROG_LIBTOOL
* src/libical/icalyacc.y (clear_recur): Explicitly
set the week_start to the Monday default in case the
recurrence rule does not.
2000-09-01 JP Rosevear <jpr@helixcode.com>
* gui/event-editor.c: Make toolbar save and close button.
We should put a similar menu option in sometime.
2000-08-31 JP Rosevear <jpr@helixcode.com>
* cal-util/cal-recur.c (array_to_list): Use
ICAL_RECURRENCE_ARRAY_MAX instead of MAX_SHORT
svn path=/trunk/; revision=5164
Diffstat (limited to 'libical/configure.in')
-rw-r--r-- | libical/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libical/configure.in b/libical/configure.in index 66c15fd7cf..e60c896aab 100644 --- a/libical/configure.in +++ b/libical/configure.in @@ -8,7 +8,6 @@ AC_PROG_YACC AC_PROG_CC AM_PROG_LEX AC_PROG_LN_S -AC_PROG_RANLIB AC_PROG_INSTALL dnl Initialize libtool |