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

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