* aclocal.m4 (ADD_DEF): Add -I...include/krb5 so we won't need
authorJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 08:01:32 +0000 (08:01 +0000)
committerJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 08:01:32 +0000 (08:01 +0000)
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
src/aclocal.m4

index f09d2c2cd13ae98e522518141e30b7686f7917b4..585a0fec9c4625789adcf46a2264e104618d0611 100644 (file)
@@ -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
index e96965859c571868c1736c433e4b719ba8308ca3..c8a70c472dbdc74536ddbd5a205e26a54183f724 100644 (file)
@@ -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