source: trunk/athena/bin/attach/configure.in @ 24070

Revision 24070, 346 bytes checked in by broder, 15 years ago (diff)
In attach: * Now that liblocker doesn't require krb4, don't require it here either. * Since Debathena is building liblocker without krb4, don't build with it here either.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(add.c)
3
4test -z "$lbindir" && lbindir='${bindir}'
5AC_SUBST(lbindir)
6test -z "$lsbindir" && lsbindir='${sbindir}'
7AC_SUBST(lsbindir)
8
9AC_PROG_CC
10AC_PROG_INSTALL
11
12ATHENA_REGEXP
13ATHENA_UTIL_COM_ERR
14ATHENA_AFS_REQUIRED
15ATHENA_KRB4
16ATHENA_HESIOD_REQUIRED
17
18AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.