Changeset 87 for server/common/oursrc/execsys/configure.in
- Timestamp:
- Jan 20, 2007, 8:53:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/execsys/configure.in
r1 r87 2 2 3 3 AC_PROG_CC 4 5 AC_ARG_WITH(syscat,6 [ --with-syscat[=DIR] staticsys-cat will be located in DIR],[7 if test "$withval" != "no" -a "$withval" != "yes"; then8 UPD_VARS="syscat_path=$withval/staticsys-cat $UPD_VARS"9 fi10 ])11 4 12 5 AC_ARG_WITH(afsagent,
Note: See TracChangeset
for help on using the changeset viewer.