From c3cbff53c487f64506d9d88f88d16da68fbd0323 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 4 Mar 1998 05:45:27 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=1688 --- configure.in | 4 ++-- design-notes.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index f36e4df0..a2d8d0ea 100644 --- a/configure.in +++ b/configure.in @@ -249,8 +249,8 @@ AC_ARG_WITH(kerberos, # configuring the BSD/OS Kerberos IV support, though. if test -n "$with_kerberos" then - CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos" - LDEFLAGS="$LDEFLAGS -L$dir/lib" + CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include" + LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib" LIBS="$LIBS -lkrb -ldes" else for dir in /usr/kerberos /usr/kerberosIV /usr/athena diff --git a/design-notes.html b/design-notes.html index be603fb2..54549ff8 100644 --- a/design-notes.html +++ b/design-notes.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 1998/02/16 17:05:32 $ +$Date: 1998/03/04 05:45:27 $

Design Notes On Fetchmail

@@ -369,8 +369,8 @@ Hochheiser, who gave me the idea of the SMTP-forwarding delivery mode.

Other significant contributors to the code have included Dave Bodenstab (error.c code and --syslog), George Sipe (--monitor and --interface), -Gordon Matzigkeit (netrc.c), Al Longyear (UIDL support), Nalin -Dahyabhai (Kerberos V4 support), anc Craig Metz (OPIE, IPv6, IPSEC).

+Gordon Matzigkeit (netrc.c), Al Longyear (UIDL support), Chris +Hanson (Kerberos V4 support), anc Craig Metz (OPIE, IPv6, IPSEC).

Conclusion

@@ -423,7 +423,7 @@ all shaped the design in one way or another.

Back to Fetchmail Home Page To Site Map -$Date: 1998/02/16 17:05:32 $ +$Date: 1998/03/04 05:45:27 $

Eric S. Raymond <esr@snark.thyrsus.com>
-- cgit v1.2.3