source: server/common/oursrc/tokensys/configure.in @ 21

Last change on this file since 21 was 10, checked in by jbarnold, 18 years ago
Fixed egregious error introduced by copying-and-pasting code
File size: 156 bytes
Line 
1AC_INIT()
2
3AC_PATH_PROG(kinit_path, kinit)
4AC_SUBST(kinit_path)
5
6AC_PATH_PROG(aklog_path, aklog)
7AC_SUBST(aklog_path)
8
9AC_OUTPUT(Makefile)
10AC_OUTPUT(renew)
Note: See TracBrowser for help on using the repository browser.