Krb4: get the right includes
authorSam Hartman <hartmans@mit.edu>
Mon, 24 Jun 1996 04:14:59 +0000 (04:14 +0000)
committerSam Hartman <hartmans@mit.edu>
Mon, 24 Jun 1996 04:14:59 +0000 (04:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8543 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/libtelnet/ChangeLog
src/appl/telnet/libtelnet/Makefile.in
src/appl/telnet/libtelnet/configure.in

index 832f6a01cf123053701dc692c66e4373f34f8506..1c131f1aef6c8ad7cd6ba5de128b3b94bb54db5a 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jun 14 19:09:48 1996  Sam Hartman  <hartmans@mit.edu>
+*      configure.in * Makefile.in (LOCALINCLUDES): Don't include KerberosIV; use
+       whatever is appropriate for the withval
+
 Thu May  9 00:06:41 1996  Richard Basch  <basch@lehman.com>
 
        * kerberos5.c: use the default server principal name to generate
index d0af781c89cb6a3f4b07b3be876085e855f2eb68..02d4e757b2e945df3f537b80129cb42f4742160f 100644 (file)
@@ -21,7 +21,7 @@
 #
 AUTH_DEF=-DAUTHENTICATION -DENCRYPTION -DDES_ENCRYPTION -DKRB5 -DFORWARD \
        -UNO_LOGIN_F -DLOGIN_CAP_F -DLOGIN_PROGRAM=KRB5_PATH_LOGIN
-LOCALINCLUDES=-I.. -I$(srcdir)/.. -I$(SRCTOP)/include/kerberosIV
+LOCALINCLUDES=-I.. -I$(srcdir)/..
 CFLAGS = $(CCOPTS) $(AUTH_DEF) $(DEFS) $(LOCALINCLUDES)
 LIBOBJS=@LIBOBJS@
 
index cde37a0679b6baeb8ffc7851c3d055f86d35958c..e10f2da246c6ebe6256b2deb443847057cd675f1 100644 (file)
@@ -14,4 +14,5 @@ else
        AC_MSG_RESULT(Kerberos 4 authentication enabled)
        AC_DEFINE(KRB4)
 fi
+USE_KRB4_LIBRARY
 V5_AC_OUTPUT_MAKEFILE