bump to 1.0.0 and clean up spec file
[platform/upstream/libical.git] / configure.in.in
1 dnl Checks for programs.
2 AC_PROG_YACC
3 AM_PROG_LEX
4
5 AC_CHECK_PROGS(PERL, perl5 perl)  
6
7 AC_DEFINE(ICAL_SAFESAVES,1, [safe saves])
8 AC_DEFINE(ICAL_UNIX_NEWLINE,1, [unix newline])
9 AC_DEFINE(ICAL_ALLOW_EMPTY_PROPERTIES,0, [allow empty properties])
10
11 AC_CHECK_HEADERS(time.h sys/types.h assert.h)
12
13 dnl Checks for typedefs, structures, and compiler characteristics.
14 AC_C_CONST
15 AC_TYPE_SIZE_T
16 AC_STRUCT_TM
17 AM_PROG_LEX
18
19 dnl Checks for library functions.
20 AC_CHECK_FUNCS(strdup)
21