Index: trunk/server/common/oursrc/tokensys/configure.in
===================================================================
--- trunk/server/common/oursrc/tokensys/configure.in	(revision 1119)
+++ trunk/server/common/oursrc/tokensys/configure.in	(revision 2066)
@@ -24,4 +24,13 @@
 REQUIRE_PATH(aklog)
 
+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_OUTPUT(Makefile)
 AC_OUTPUT(renew)
+AC_OUTPUT(scripts-afsagent-startup)
