Changeset 10 for server


Ignore:
Timestamp:
Oct 1, 2006, 11:43:10 AM (18 years ago)
Author:
jbarnold
Message:
Fixed egregious error introduced by copying-and-pasting code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/tokensys/configure.in

    r1 r10  
    11AC_INIT()
    22
    3 AC_PATH_PROG(kinit_path, perl)
     3AC_PATH_PROG(kinit_path, kinit)
    44AC_SUBST(kinit_path)
    55
    6 AC_PATH_PROG(aklog_path, sudo)
     6AC_PATH_PROG(aklog_path, aklog)
    77AC_SUBST(aklog_path)
    88
Note: See TracChangeset for help on using the changeset viewer.