aboutsummaryrefslogtreecommitdiffstats
path: root/libical/configure.scan
blob: c07a9f6bf80a6ea36659fc4d570ba620740e2b3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/comp-cc/usecases.cc)

dnl Checks for programs.
AC_PROG_YACC
AC_PROG_CC
AC_PROG_LEX
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_RANLIB

dnl Checks for libraries.
dnl Replace `main' with a function in -lical:
AC_CHECK_LIB(ical, main)

dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h limits.h malloc.h unistd.h)

dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_TYPE_OFF_T
AC_TYPE_SIZE_T
AC_STRUCT_TM

dnl Checks for library functions.
AC_CHECK_FUNCS(mkdir strdup uname)

AC_OUTPUT(src/libicalss/Makefile src/test/Makefile src/libical/Makefile src/Makefile src/pvl/Makefile src/comp-cc/Makefile Makefile)
delphij2018-02-042-4/+4 * Update to 2.3.4.delphij2017-07-222-4/+4 * Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-011-1/+1 * Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1 * archivers/pigz: convert to system libzopfli and respect CC/CFLAGS/LDFLAGSjbeich2015-08-162-12/+13 * - Add CPE infoamdmi32015-04-181-1/+2 * Update to 2.3.3.delphij2015-01-262-3/+4 * Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.adamw2014-07-041-4/+0 * Take.delphij2014-06-301-1/+1 * multiple: reset gslin's maintainereadler2014-06-301-1/+1 * Update to 2.3.1 and stage'ify.delphij2013-12-024-40/+9 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1 * Convert archivers from USE_GMAKE to USES=gmakebapt2013-08-301-1/+1 * - Update to 2.3delphij2013-06-274-15/+43