Index: server/common/oursrc/accountadm/configure.in
===================================================================
--- server/common/oursrc/accountadm/configure.in	(revision 485)
+++ server/common/oursrc/accountadm/configure.in	(revision 544)
@@ -15,34 +15,11 @@
 ])
 
-dnl Needed by admof.in
-
-AC_ARG_WITH(fs,
-[  --with-fs[=PATH]          fs is located at PATH],[
-  if test "$withval" != "no" -a "$withval" != "yes"; then
-    fs_path="$withval"
-  fi
-])
-REQUIRE_PATH(fs)
-
-AC_ARG_WITH(pts,
-[  --with-pts[=PATH]         pts is located at PATH],[
-  if test "$withval" != "no" -a "$withval" != "yes"; then
-    pts_path="$withval"
-  fi
-])
-REQUIRE_PATH(pts)
-
 dnl Needed by signup-scripts-backend.in
 
-LOCATE(ls)
-LOCATE(grep)
-LOCATE(sudo)
-LOCATE(useradd)
-LOCATE(groupadd)
-LOCATE(setquota)
 LOCATE(hesinfo)
 LOCATE(sort)
 LOCATE(head)
 LOCATE(ldapadd)
+LOCATE(sudo)
 
 dnl Needed by mbash.in
@@ -51,5 +28,4 @@
 
 AC_OUTPUT(Makefile)
-AC_OUTPUT(admof)
 AC_OUTPUT(signup-scripts-backend)
 AC_OUTPUT(mbash)
