source: trunk/athena/bin/aklog/configure.in @ 10896

Revision 10896, 256 bytes checked in by ghudson, 27 years ago (diff)
aklog should be installed in lbindir.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(aklog.c)
3
4test -z "$lbindir" && lbindir='${bindir}'
5AC_SUBST(lbindir)
6
7AC_PROG_CC
8AC_PROG_INSTALL
9
10ATHENA_UTIL_COM_ERR
11ATHENA_KRB4_REQUIRED
12ATHENA_AFS_REQUIRED
13
14AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.