summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/configure.in
blob: fed493990f6d495557365a2e7867c6d366667ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AC_INIT(configure.in)
WITH_CCOPTS
CONFIG_RULES
AC_SET_BUILDTOP
WITH_NETLIB
dnl time checks are for timeofday.c (which gets them from osconf.h)
dnl and gmt_mktime.c (which only gets them from here...)
AC_TIME_WITH_SYS_TIME
AC_HAVE_HEADERS(unistd.h sys/time.h)
AC_HEADER_EGREP(time_t, sys/types.h, AC_DEFINE(POSIX_TYPES))
SubdirLibraryRule([${OBJS}])
KRB_INCLUDE
V5_AC_OUTPUT_MAKEFILE