Ignore:
Timestamp:
Dec 30, 2007, 11:17:37 PM (16 years ago)
Author:
andersk
Message:
Replace Perl admof with a C version that is six times faster, and
correctly handles negative ACLs and cross-realm principals.
File:
1 edited

Legend:

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

    r485 r544  
    1515])
    1616
    17 dnl Needed by admof.in
    18 
    19 AC_ARG_WITH(fs,
    20 [  --with-fs[=PATH]          fs is located at PATH],[
    21   if test "$withval" != "no" -a "$withval" != "yes"; then
    22     fs_path="$withval"
    23   fi
    24 ])
    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"; then
    30     pts_path="$withval"
    31   fi
    32 ])
    33 REQUIRE_PATH(pts)
    34 
    3517dnl Needed by signup-scripts-backend.in
    3618
    37 LOCATE(ls)
    38 LOCATE(grep)
    39 LOCATE(sudo)
    40 LOCATE(useradd)
    41 LOCATE(groupadd)
    42 LOCATE(setquota)
    4319LOCATE(hesinfo)
    4420LOCATE(sort)
    4521LOCATE(head)
    4622LOCATE(ldapadd)
     23LOCATE(sudo)
    4724
    4825dnl Needed by mbash.in
     
    5128
    5229AC_OUTPUT(Makefile)
    53 AC_OUTPUT(admof)
    5430AC_OUTPUT(signup-scripts-backend)
    5531AC_OUTPUT(mbash)
Note: See TracChangeset for help on using the changeset viewer.