aboutsummaryrefslogtreecommitdiffstats
path: root/libical/configure.in
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-07-13 02:26:16 +0800
committerSeth Alves <alves@src.gnome.org>2000-07-13 02:26:16 +0800
commited332931e1de0b90d90f887e412308d38253e0bc (patch)
tree68663330a489dd72de798b5ef584acbc88b44b5d /libical/configure.in
parent355d3fae6600497b302fb494efee628197ac4a5f (diff)
downloadgsoc2013-evolution-ed332931e1de0b90d90f887e412308d38253e0bc.tar
gsoc2013-evolution-ed332931e1de0b90d90f887e412308d38253e0bc.tar.gz
gsoc2013-evolution-ed332931e1de0b90d90f887e412308d38253e0bc.tar.bz2
gsoc2013-evolution-ed332931e1de0b90d90f887e412308d38253e0bc.tar.lz
gsoc2013-evolution-ed332931e1de0b90d90f887e412308d38253e0bc.tar.xz
gsoc2013-evolution-ed332931e1de0b90d90f887e412308d38253e0bc.tar.zst
gsoc2013-evolution-ed332931e1de0b90d90f887e412308d38253e0bc.zip
fixed various problems
* conduits/calendar/calendar-conduit.c: fixed various problems * cal-client/Makefile.am: build a static version of the library to link with the conduits * cal-util/Makefile.am: same svn path=/trunk/; revision=4116
Diffstat (limited to 'libical/configure.in')
-rw-r--r--libical/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libical/configure.in b/libical/configure.in
index 18d9b3ef37..c722c0fee1 100644
--- a/libical/configure.in
+++ b/libical/configure.in
@@ -11,6 +11,10 @@ AC_PROG_LN_S
AC_PROG_RANLIB
AC_PROG_INSTALL
+dnl Initialize libtool
+AM_PROG_LIBTOOL
+
+
AC_SUBST(AR)
AC_CHECK_PROGS(AR, ar aal, ar)