summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog6
-rw-r--r--src/aclocal.m42
2 files changed, 7 insertions, 1 deletions
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