source:
server/common/oursrc/tokensys/configure.in
@
1
Last change on this file since 1 was 1, checked in by jbarnold, 18 years ago | |
---|---|
File size: 154 bytes |
Line | |
---|---|
1 | AC_INIT() |
2 | |
3 | AC_PATH_PROG(kinit_path, perl) |
4 | AC_SUBST(kinit_path) |
5 | |
6 | AC_PATH_PROG(aklog_path, sudo) |
7 | AC_SUBST(aklog_path) |
8 | |
9 | AC_OUTPUT(Makefile) |
10 | AC_OUTPUT(renew) |
Note: See TracBrowser
for help on using the repository browser.