aboutsummaryrefslogtreecommitdiffstats
path: root/libical
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-02-21 21:29:25 +0800
committerSeth Alves <alves@src.gnome.org>2000-02-21 21:29:25 +0800
commit63cb762713e18c9b64d8bc88efe441c136f07b10 (patch)
treec124b0ddb1dc761f2e3050a0a3e4f5ba458d3e5a /libical
parent4d534a16f4fa23ef81b14de426f97f473ea83d5b (diff)
downloadgsoc2013-evolution-63cb762713e18c9b64d8bc88efe441c136f07b10.tar
gsoc2013-evolution-63cb762713e18c9b64d8bc88efe441c136f07b10.tar.gz
gsoc2013-evolution-63cb762713e18c9b64d8bc88efe441c136f07b10.tar.bz2
gsoc2013-evolution-63cb762713e18c9b64d8bc88efe441c136f07b10.tar.lz
gsoc2013-evolution-63cb762713e18c9b64d8bc88efe441c136f07b10.tar.xz
gsoc2013-evolution-63cb762713e18c9b64d8bc88efe441c136f07b10.tar.zst
gsoc2013-evolution-63cb762713e18c9b64d8bc88efe441c136f07b10.zip
*** empty log message ***
svn path=/trunk/; revision=1884
Diffstat (limited to 'libical')
-rw-r--r--libical/configure.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/libical/configure.in b/libical/configure.in
deleted file mode 100644
index ab127da13d..0000000000
--- a/libical/configure.in
+++ /dev/null
@@ -1,31 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-AC_INIT(src/libical/ical.h)
-
-dnl Checks for programs.
-AC_PROG_YACC
-AC_PROG_CC
-AC_PROG_LEX
-AC_PROG_LN_S
-AC_PROG_RANLIB
-AC_PROG_INSTALL
-
-AC_SUBST(AR)
-AC_CHECK_PROGS(AR, ar aal, ar)
-
-dnl Checks for libraries.
-dnl Replace `main' with a function in -lical:
-AC_CHECK_LIB(ical, main)
-
-dnl Checks for header files.
-AC_HEADER_STDC
-AC_CHECK_HEADERS(malloc.h unistd.h time.h stdio.h sys/types.h assert.h)
-
-dnl Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
-AC_TYPE_SIZE_T
-AC_STRUCT_TM
-
-dnl Checks for library functions.
-AC_CHECK_FUNCS(strdup)
-
-AC_OUTPUT(src/libical/Makefile src/libicalss/Makefile src/test/Makefile src/Makefile Makefile)