diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2001-04-27 22:51:51 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2001-04-27 22:51:51 +0000 |
| commit | 45c35320f36a66655fb8cd816830bc6ae77469b8 (patch) | |
| tree | 52fa71d4d3f476c1236856446c68832ca4ac3d71 /src/ChangeLog | |
| parent | f25d617b278aa214f0bb68cd2ebb841861186025 (diff) | |
* aclocal.m4 (DECLARE_SYS_ERRLIST): Check for sys_nerr with an
expression that can't be optimized away.
(KRB5_INIT_CCOPTS): New macro.
(WITH_CC): Add gcc warning flags to CCOPTS instead of CC. Add option
-Wno-comment to stop gcc from complaining about SunOS system header
files. Call AC_REQUIRE on KRB5_INIT_CCOPTS.
(WITH_CCOPTS): Add to CCOPTS instead of simply assigning to it. Call
AC_REQUIRE on KRB5_INIT_CCOPTS.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13215 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0d7bc8294..10d4dc9a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2001-04-27 Ken Raeburn <raeburn@mit.edu> + + * aclocal.m4 (DECLARE_SYS_ERRLIST): Check for sys_nerr with an + expression that can't be optimized away. + (KRB5_INIT_CCOPTS): New macro. + (WITH_CC): Add gcc warning flags to CCOPTS instead of CC. Add + option -Wno-comment to stop gcc from complaining about SunOS + system header files. Call AC_REQUIRE on KRB5_INIT_CCOPTS. + (WITH_CCOPTS): Add to CCOPTS instead of simply assigning to it. + Call AC_REQUIRE on KRB5_INIT_CCOPTS. + 2001-04-26 Ken Raeburn <raeburn@mit.edu> * acconfig.h (KRB5_NO_PROTOTYPES, KRB5_PROVIDE_PROTOTYPES, |
