+Mon Jun 3 21:26:34 1996 Tom Yu <tlyu@mit.edu>
+
+ * login.c: Ezra's patches to trim unsed arg from
+ verify_krb_v5_tgt, etc.
+
+ * Makefile.in,configure.in: allow compilation w/o krb4 (Ezra's
+ patches)
+
Sun May 19 15:22:06 1996 Sam Hartman <hartmans@mit.edu>
* login.c (destroy_tickets main): Use a secure context
SETENVSRC=@SETENVSRC@
SETENVOBJ=@SETENVOBJ@
-LOGINLIBS = ../../krb524/libkrb524.a @LOGINLIBS@
+LOGINLIBS =@LOGINLIBS@
LIBOBJS=@LIBOBJS@
LOCAL_LIBRARIES=-lpty
)
;;
esac
+dnl
+dnl After beta6 this functionality will be integrated with aclocal.m4
+AC_ARG_WITH([krb4],
+[ --without-krb4 don't include Kerberos V4 backwards compatibility
+ --with-krb4 use V4 libraries included with V5 (default)
+ --with-krb4=KRB4DIR use preinstalled V4 libraries],
+,
+withval=yes
+)dnl
+if test $withval = no; then
+ AC_MSG_RESULT(no krb4 support)
+else
+ AC_MSG_RESULT(Adding in krb4 support)
+ LOGINLIBS="../../krb524/libkrb524.a $LOGINLIBS"
+fi
+dnl
dnl
AC_SUBST(LOGINLIBS)
dnl