dnl
dnl --with-AFS
AC_WITH(AFS, AC_DEFINE(HAVE_AFS)
+AFS=1
echo 'Configuring for use with AFS')
dnl
dnl --with-csops
if test -z "$GCC"; then
STATIC_FLAGS="-bnso -bI:/lib/syscalls.exp -bI:./aixcrypt.exp -liconv -bnodelcsect"
fi
+ if test -n "$AFS" ; then
+ LIBS="${LIBS} -ls"
+ fi
;;
"hp-ux") echo "Looks like HP-UX"
if test -z "$GCC"; then
STATIC_FLAGS="-static"
fi
dnl
+dnl extra AFS libs
+dnl
+if test -n "$AFS" ; then
+ LIBS="${LIBS} -L/usr/lib/afs -lkauth -lprot -lauth -lubik -lrxkad -lsys -ldes -lrx -llwp -lcom_err -laudit -lutil"
+fi
+dnl
dnl C compiler checks (to be done after os checks)
dnl
AC_GCC_TRADITIONAL