[1106] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

Yesterdays changes break build in separate tree

daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Tue Feb 28 08:08:25 1995

From: epeisach@MIT.EDU
Date: Tue, 28 Feb 1995 08:07:13 -0500
To: krb5-bugs@MIT.EDU


aclocal.m4: Now need to include SRCTOP/include/krb5 as well... (build !=
src in all cases). 

include/krb5/Makefile.in:
	Include files have changed names... Install the proper ones...
	(config.h -> k5-config.h, free.h...)

There is another breakage which I will send in a fix later... In
k5-config.h there is a #define for labs... Under OSF/1 labs is
prorotyped... I will modify configure.in to detect it and send back
changes later.

===================================================================
RCS file: /mit/krb5/.cvsroot/src/aclocal.m4,v
retrieving revision 1.45
diff -c -r1.45 aclocal.m4
*** aclocal.m4	1995/02/28 08:01:31	1.45
--- aclocal.m4	1995/02/28 12:59:24
***************
*** 492,498 ****
  dnl local includes are used -- KRB_INCLUDE
  dnl
  define(KRB_INCLUDE,[
! ADD_DEF([-I$(SRCTOP)/include -I$(BUILDTOP)/include -I$(BUILDTOP)/include/krb5])dnl
  ])dnl
  dnl
  dnl ISODE/pepsy includes are used -- ISODE_INCLUDE
--- 492,498 ----
  dnl local includes are used -- KRB_INCLUDE
  dnl
  define(KRB_INCLUDE,[
! ADD_DEF([-I$(SRCTOP)/include -I$(BUILDTOP)/include -I$(SRCTOP)/include/krb5 -I$(BUILDTOP)/include/krb5])dnl
  ])dnl
  dnl
  dnl ISODE/pepsy includes are used -- ISODE_INCLUDE
===================================================================
RCS file: /mit/krb5/.cvsroot/src/include/krb5/Makefile.in,v
retrieving revision 1.25
diff -c -r1.25 Makefile.in
*** Makefile.in	1995/02/28 07:58:29	1.25
--- Makefile.in	1995/02/28 12:41:03
***************
*** 4,12 ****
  ##DOSBUILDTOP = ..\..
  ##DOS!include $(BUILDTOP)\config\windows.in
  
! KRB5_HEADERS = asn1.h base-defs.h ccache.h config.h encryption.h \
  		error_def.h errors.h ext-proto.h fieldbits.h \
! 		free.h func-proto.h hostaddr.h kdb.h kdb_dbm.h \
  		keytab.h krb5.h libos.h los-proto.h macros.h mit-des.h \
  		proto.h rcache.h safepriv.h sysincl.h wordsize.h
  # these are installed here for the build from lib/krb5/error_tables but 
--- 4,12 ----
  ##DOSBUILDTOP = ..\..
  ##DOS!include $(BUILDTOP)\config\windows.in
  
! KRB5_HEADERS = asn1.h base-defs.h ccache.h k5-config.h encryption.h \
  		error_def.h errors.h ext-proto.h fieldbits.h \
! 		k5-free.h func-proto.h hostaddr.h kdb.h kdb_dbm.h \
  		keytab.h krb5.h libos.h los-proto.h macros.h mit-des.h \
  		proto.h rcache.h safepriv.h sysincl.h wordsize.h
  # these are installed here for the build from lib/krb5/error_tables but 

home help back first fref pref prev next nref lref last post