aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog5
-rw-r--r--src/acconfig.h1
-rw-r--r--src/aclocal.m42
3 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 73622a8..6de12c2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.
diff --git a/src/acconfig.h b/src/acconfig.h
index 06c6a8b..e9aa235 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -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
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 125e795..54fe0a5 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 -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