summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/configure.in
blob: 8a00e266b06563d1c309448f4d02153e83e87686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
AC_INIT(configure.in)
CONFIG_RULES
AC_PROG_LEX
AC_PROG_AWK
AC_CHECK_HEADERS(syslog.h memory.h)
AC_CHECK_FUNCS(openlog syslog closelog strftime vsprintf)
KRB5_AC_REGEX_FUNCS
AC_CANONICAL_HOST
dnl The following are tests for the presence of programs required for testing 
AC_CHECK_PROG(RUNTEST,runtest,runtest)
AC_CHECK_PROG(PERL,perl,perl)
AC_CHECK_FUNCS(srand48 srand srandom)
AC_KRB5_TCL	
if test "$PERL" = perl -a "$RUNTEST" = runtest -a "$TCL_LIBS" != ""; then
 	DO_TEST=ok
fi
AC_SUBST(DO_TEST) 
dnl
KRB5_BUILD_LIBOBJS
KRB5_BUILD_LIBRARY_WITH_DEPS
KRB5_BUILD_PROGRAM
dnl
V5_AC_OUTPUT_MAKEFILE(. clnt srv unit-test)