diff options
| author | Tom Yu <tlyu@mit.edu> | 2002-04-02 00:40:29 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2002-04-02 00:40:29 +0000 |
| commit | 2cfbf7641dac7f5708d6a9f8c3f45c4b774de34d (patch) | |
| tree | 0dd5ad419fdd1115545d892d3ff4c65dced7f67d /src | |
| parent | 86cf7bb7874eaf2ab13c10d01877a8ad40312463 (diff) | |
| download | krb5-2cfbf7641dac7f5708d6a9f8c3f45c4b774de34d.tar.gz krb5-2cfbf7641dac7f5708d6a9f8c3f45c4b774de34d.tar.xz krb5-2cfbf7641dac7f5708d6a9f8c3f45c4b774de34d.zip | |
* 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.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14319 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/aclocal.m4 | 2 |
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 |
