Revision 24654,
403 bytes
checked in by broder, 15 years ago
(diff) |
In attach:
* Update packaging to not require daconfiscate.
|
Line | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | AC_INIT |
---|
3 | AC_CONFIG_SRCDIR([add.c]) |
---|
4 | |
---|
5 | test -z "$lbindir" && lbindir='${bindir}' |
---|
6 | AC_SUBST([lbindir]) |
---|
7 | test -z "$lsbindir" && lsbindir='${sbindir}' |
---|
8 | AC_SUBST([lsbindir]) |
---|
9 | |
---|
10 | AC_PROG_CC |
---|
11 | AC_PROG_INSTALL |
---|
12 | AC_PROG_MKDIR_P |
---|
13 | |
---|
14 | ATHENA_REGEXP |
---|
15 | ATHENA_UTIL_COM_ERR |
---|
16 | ATHENA_AFS_REQUIRED |
---|
17 | ATHENA_KRB4 |
---|
18 | ATHENA_HESIOD_REQUIRED |
---|
19 | |
---|
20 | AC_CONFIG_FILES([Makefile]) |
---|
21 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.