From 2f6cfdc9b816d12b068e88ccfc907b17770f9e99 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 28 Feb 1995 08:01:32 +0000 Subject: [PATCH] * aclocal.m4 (ADD_DEF): Add -I...include/krb5 so we won't need pathnames to Kerberos include files in any of the #include lines in the source tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5005 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 6 ++++++ src/aclocal.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index f09d2c2cd..585a0fec9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +Tue Feb 28 00:00:22 1995 John Gilmore (gnu at toad.com) + + * aclocal.m4 (ADD_DEF): Add -I...include/krb5 so we won't need + pathnames to Kerberos include files in any of the #include lines + in the source tree. + Mon Feb 13 23:39:21 1995 Theodore Y. Ts'o (tytso@dcl) * aclocal.m4 (WITH_LINKER): Add a new configure production which diff --git a/src/aclocal.m4 b/src/aclocal.m4 index e96965859..c8a70c472 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -492,7 +492,7 @@ dnl dnl local includes are used -- KRB_INCLUDE dnl define(KRB_INCLUDE,[ -ADD_DEF([-I${SRCTOP}/include -I${BUILDTOP}/include])dnl +ADD_DEF([-I$(SRCTOP)/include -I$(BUILDTOP)/include -I$(BUILDTOP)/include/krb5])dnl ])dnl dnl dnl ISODE/pepsy includes are used -- ISODE_INCLUDE -- 2.26.2