Ignore:
Timestamp:
Oct 1, 2006, 3:37:19 PM (18 years ago)
Author:
jbarnold
Message:
Fixed various bugs discovered when testing packages
Improved OpenAFS kernel module patch
File:
1 edited

Legend:

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

    r1 r11  
    1717AC_SUBST(grep_path)
    1818
     19AC_PATH_PROG(sudo_path, sudo)
     20AC_SUBST(sudo_path)
    1921AC_PATH_PROG(useradd_path, useradd)
    2022AC_SUBST(useradd_path)
     
    2729AC_SUBST(hesinfo_path)
    2830
    29 dnl Needed by bash.in
     31dnl Needed by modbash.in
    3032
    3133AC_PATH_PROG(bash_path, bash)
     
    3537AC_OUTPUT(admof)
    3638AC_OUTPUT(signup-scripts-backend)
     39AC_OUTPUT(modbash)
Note: See TracChangeset for help on using the changeset viewer.