summaryrefslogtreecommitdiff
path: root/configure.in.in
blob: b496420fd6267478bc1d5867209d76f492d3e8b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
dnl Checks for programs.
AC_PROG_YACC
AM_PROG_LEX

AC_CHECK_PROGS(PERL, perl5 perl)  

AC_DEFINE(ICAL_SAFESAVES,1, [safe saves])
AC_DEFINE(ICAL_UNIX_NEWLINE,1, [unix newline])
AC_DEFINE(ICAL_ALLOW_EMPTY_PROPERTIES,0, [allow empty properties])

AC_CHECK_HEADERS(time.h sys/types.h assert.h)

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

dnl Checks for library functions.
AC_CHECK_FUNCS(strdup)