[1141] in Kerberos-V5-bugs
krb5b4pl3: include/krb5/Makefile.in shouldn't set KRB5ROOT, KRB5_INCDIR
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Mon Mar 13 21:21:19 1995
From: "Jonathan I. Kamens" <jik@cam.ov.com>
Date: Mon, 13 Mar 1995 21:24:24 -0500
To: krb5-bugs@MIT.EDU
include/krb5/Makefile.in contains settings for KRB5ROOT and
KRB5_INCDIR which are duplicates of the settings in config/pre.in. It
shouldn't reset them, especially since they may be customized by a
site in config/pre.in.
Patch:
--- Makefile.in 1995/03/09 16:28:20 1.3
+++ Makefile.in 1995/03/14 02:23:14
@@ -25,10 +25,6 @@
depend::
-KRB5ROOT = @KRB5ROOT@
-
-KRB5_INCDIR = $(KRB5ROOT)/include
-
install:: $(KRB5_HEADERS) config.h osconf.h autoconf.h
@set -x; for f in $(KRB5_HEADERS) ; \
do cp $(srcdir)/$$f $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f ; \