diff options
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | 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 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1998/02/16 17:05:32 $ +<td width="30%" align=right>$Date: 1998/03/04 05:45:27 $ </table> <HR> <H1 ALIGN=CENTER>Design Notes On Fetchmail</H1> @@ -369,8 +369,8 @@ Hochheiser, who gave me the idea of the SMTP-forwarding delivery mode.<P> 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).<P> +Gordon Matzigkeit (netrc.c), Al Longyear (UIDL support), Chris +Hanson (Kerberos V4 support), anc Craig Metz (OPIE, IPv6, IPSEC).<P> <H1>Conclusion</H1> @@ -423,7 +423,7 @@ all shaped the design in one way or another.<P> <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1998/02/16 17:05:32 $ +<td width="30%" align=right>$Date: 1998/03/04 05:45:27 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |