You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
401 B
21 lines
401 B
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_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)
|
|
|