Changeset 11 for server/common/oursrc/lockeradm/configure.in
- Timestamp:
- Oct 1, 2006, 3:37:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/lockeradm/configure.in
r1 r11 17 17 AC_SUBST(grep_path) 18 18 19 AC_PATH_PROG(sudo_path, sudo) 20 AC_SUBST(sudo_path) 19 21 AC_PATH_PROG(useradd_path, useradd) 20 22 AC_SUBST(useradd_path) … … 27 29 AC_SUBST(hesinfo_path) 28 30 29 dnl Needed by bash.in31 dnl Needed by modbash.in 30 32 31 33 AC_PATH_PROG(bash_path, bash) … … 35 37 AC_OUTPUT(admof) 36 38 AC_OUTPUT(signup-scripts-backend) 39 AC_OUTPUT(modbash)
Note: See TracChangeset
for help on using the changeset viewer.