-DKRB5_DEPRECATED=1 to the default CPPFLAGS for now, so that stuff
in the tree actually builds.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14319
dc483132-0cff-0310-8789-
dd5450dbe970
+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
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