source: trunk/athena/bin/attach/configure.ac @ 24654

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