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 | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | AC_INIT(add.c) |
---|
3 | |
---|
4 | test -z "$lbindir" && lbindir='${bindir}' |
---|
5 | AC_SUBST(lbindir) |
---|
6 | test -z "$lsbindir" && lsbindir='${sbindir}' |
---|
7 | AC_SUBST(lsbindir) |
---|
8 | |
---|
9 | AC_PROG_CC |
---|
10 | AC_PROG_INSTALL |
---|
11 | |
---|
12 | ATHENA_REGEXP |
---|
13 | ATHENA_UTIL_COM_ERR |
---|
14 | ATHENA_AFS_REQUIRED |
---|
15 | ATHENA_KRB4 |
---|
16 | ATHENA_HESIOD_REQUIRED |
---|
17 | |
---|
18 | AC_OUTPUT(Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.