Changeset 544 for server/common/oursrc/accountadm/configure.in
- Timestamp:
- Dec 30, 2007, 11:17:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/accountadm/configure.in
r485 r544 15 15 ]) 16 16 17 dnl Needed by admof.in18 19 AC_ARG_WITH(fs,20 [ --with-fs[=PATH] fs is located at PATH],[21 if test "$withval" != "no" -a "$withval" != "yes"; then22 fs_path="$withval"23 fi24 ])25 REQUIRE_PATH(fs)26 27 AC_ARG_WITH(pts,28 [ --with-pts[=PATH] pts is located at PATH],[29 if test "$withval" != "no" -a "$withval" != "yes"; then30 pts_path="$withval"31 fi32 ])33 REQUIRE_PATH(pts)34 35 17 dnl Needed by signup-scripts-backend.in 36 18 37 LOCATE(ls)38 LOCATE(grep)39 LOCATE(sudo)40 LOCATE(useradd)41 LOCATE(groupadd)42 LOCATE(setquota)43 19 LOCATE(hesinfo) 44 20 LOCATE(sort) 45 21 LOCATE(head) 46 22 LOCATE(ldapadd) 23 LOCATE(sudo) 47 24 48 25 dnl Needed by mbash.in … … 51 28 52 29 AC_OUTPUT(Makefile) 53 AC_OUTPUT(admof)54 30 AC_OUTPUT(signup-scripts-backend) 55 31 AC_OUTPUT(mbash)
Note: See TracChangeset
for help on using the changeset viewer.