[168] in arla-drinkers
Re: minor weirdness
daemon@ATHENA.MIT.EDU (Assar Westerlund)
Tue Jul 28 17:16:26 1998
From arla-drinkers-request@sundance.stacken.kth.se Tue Jul 28 21:16:26 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 18007 invoked from network); 28 Jul 1998 21:16:25 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 28 Jul 1998 21:16:25 -0000
Received: from assaris.sics.se (assaris.sics.se [193.10.66.108])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id XAA13952
for <arla-drinkers@stacken.kth.se>; Tue, 28 Jul 1998 23:10:19 +0200 (MET DST)
Received: (from assar@localhost) by assaris.sics.se (8.8.5/8.7.3) id XAA11329; Tue, 28 Jul 1998 23:12:12 +0200 (MET DST)
To: nei@mit.edu, shadow@dementia.org
Cc: arla-drinkers@stacken.kth.se
Subject: Re: minor weirdness
References: <199807262140.RAA17629@vice-grips.mit.edu>
Mime-Version: 1.0 (generated by tm-edit 7.68)
Content-Type: text/plain; charset=US-ASCII
From: Assar Westerlund <assar@sics.se>
Date: 28 Jul 1998 23:12:12 +0200
In-Reply-To: Joe Foley's message of "Sun, 26 Jul 1998 17:40:32 EDT"
Message-ID: <5l7m0xel3n.fsf@assaris.sics.se>
Lines: 26
X-Mailer: Gnus v5.5/Emacs 19.34
Joe Foley <foley@MIT.EDU> writes:
> One minor thing is that the krbafs is by default called "libkrbafs.a"
> not "libkafs.a" as the makefile says.
Is it? Is it supposed to be, Derrick?
Try the obvious patch:
/assar
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/arla/configure.in,v
retrieving revision 1.146
diff -u -w -u -w -r1.146 configure.in
--- configure.in 1998/07/28 14:26:16 1.146
+++ configure.in 1998/07/28 21:09:01
@@ -291,7 +291,7 @@
RXKAD="rxkad"
RXKAD_LIBS="-L../rxkad -lrxkad $KRB_LIB_FLAGS"
if test "$with_krbafs" != "no"; then
- KAFS_LIBS="-L${with_krbafs} -lkafs"
+ KAFS_LIBS="-L${with_krbafs} -lkrbafs"
else
KAFS_LIBS="-L${KRB_LIB_DIR} -lkafs"
fi