[1139] in Kerberos-V5-bugs
Re: krb5b4pl3: BUILDTOP set wrong in top-level Makefile
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Mon Mar 13 21:18:54 1995
Date: Mon, 13 Mar 1995 21:18:45 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: "Jonathan I. Kamens" <jik@cam.ov.com>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [1137]
[1137] daemon@ATHENA.MIT.EDU (Jonathan I. Kamens) Kerberos-V5-bugs 03/13/95 21:12 (17 lines)
From: "Jonathan I. Kamens" <jik@cam.ov.com>
Date: Mon, 13 Mar 1995 21:15:06 -0500
Problem: the configure script that creates the top-level Makefile sets
BUILDTOP to the empty string, which means that references to it
followed by slashes in the Makefile are wrong. For example, we edit
config/pre.in at our site to make the installation directories
relative to $(BUILDTOP), e.g., setting KRB5ROOT to
"$(BUILDTOP)/../../install", which turns into "/../../install", which
is obviously wrong.
Fixed in our sources. Buildtop is not set correctly by configure.
- Ted