summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/unit-test/configure.in
blob: d49a2bba7ebede488e29cb17cc4f49b02ed3b60b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_INIT(init-test.c)
CONFIG_RULES
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_PROGRAM
V5_AC_OUTPUT_MAKEFILE