acconfig.h: Add HAS_LABS defintiion
authorTheodore Tso <tytso@mit.edu>
Wed, 1 Mar 1995 23:16:52 +0000 (23:16 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 1 Mar 1995 23:16:52 +0000 (23:16 +0000)
aclocal.m4 (KRB_INCLUDE): Add $(SRCTOP)/include/krb5 so that it builds
when the build tree != the source tree.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5044 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/acconfig.h
src/aclocal.m4

index 73622a81c23f0ea54b8cf2900105c5538e6ebe1f..6de12c2ddae93ae34dadc463e733922b5cf0b0df 100644 (file)
@@ -1,5 +1,10 @@
 Wed Mar  1 16:40:23 1995  Theodore Y. Ts'o  <tytso@dcl>
 
+       * acconfig.h: Add HAS_LABS defintiion.
+
+       * aclocal.m4 (KRB_INCLUDE): Add $(SRCTOP)/include/krb5 so that it
+               builds when the build tree != the source tree.
+
        * aclocal.m4, configure.in: Folded in Ezra's changes to support
                --with-netlib, for support of the SGI's.
 
index 06c6a8b2b62c2040cc7bf293190ee0fb7c11fa91..e9aa235a3e1f46146438035bdba5ad98068d6a08 100644 (file)
@@ -9,6 +9,7 @@
 #undef HAS_ANSI_VOLATILE
 #undef HAS_STDLIB_H
 #undef HAS_STRDUP
+#undef HAS_LABS
 #undef HAS_SYS_FILE_H
 #undef HAS_SYS_PARAM_H
 #undef HAS_VOID_TYPE
index 125e7950704dc04fa2944a674014d70619ad3a9e..54fe0a507ce98b967333cca7d96559fa30beb045 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 -I$(BUILDTOP)/include/krb5])dnl
+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