* aclocal.m4 (CONFIG_RULES): Add -DKRB5_PRIVATE=1 and
authorTom Yu <tlyu@mit.edu>
Tue, 2 Apr 2002 00:40:29 +0000 (00:40 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 2 Apr 2002 00:40:29 +0000 (00:40 +0000)
-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

src/ChangeLog
src/aclocal.m4

index 7e3330cc9e6f62127faeb7ad02f41cdb247e18a0..ff5c506290c6d37019e2afcc27ea82a45924cf4e 100644 (file)
@@ -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
index 2792b3745a4778d18696e670d186f29e84e31fda..5630630b071d13a2550decc3791cb0eb5ed29e57 100644 (file)
@@ -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