summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/aclocal.m42
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e3330cc9..ff5c50629 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-01 Tom Yu <tlyu@mit.edu>
+
+ * aclocal.m4 (CONFIG_RULES): Add -DKRB5_PRIVATE=1 and
+ -DKRB5_DEPRECATED=1 to the default CPPFLAGS for now, so that stuff
+ in the tree actually builds.
+
2002-03-28 Ken Raeburn <raeburn@mit.edu>
* aclocal.m4 (TRY_GETSOCK_INT): Strip trailing spaces from defined
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 2792b3745..5630630b0 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -51,6 +51,8 @@ WITH_LINKER dnl
WITH_LDOPTS dnl
WITH_CPPOPTS dnl
WITH_KRB4 dnl
+dnl allow stuff in tree to access deprecated/private stuff for now
+ADD_DEF([-DKRB5_PRIVATE=1 -DKRB5_DEPRECATED=1]) dnl
ifdef([AC_PROG_CC_STDC], [AC_PROG_CC_STDC])
dnl AC_PROG_CC_STDC
AC_C_CONST dnl