diff options
| author | Tom Yu <tlyu@mit.edu> | 2003-03-03 07:09:46 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2003-03-03 07:09:46 +0000 |
| commit | d7945a6727cfa39039434d4da63a7080a91cabcd (patch) | |
| tree | 129a190d2d2a1b1c7375edce2121e7b06b2aa152 /src/util | |
| parent | 5df5c4bb6ffecf8f3ea304209a40f9f5ea1a4989 (diff) | |
| download | krb5-d7945a6727cfa39039434d4da63a7080a91cabcd.tar.gz krb5-d7945a6727cfa39039434d4da63a7080a91cabcd.tar.xz krb5-d7945a6727cfa39039434d4da63a7080a91cabcd.zip | |
Remove ADD_DEF and uses thereof, and move the appropriate symbols to
AC_DEFINE'ed things or to Makefile.in files. Remove explicit settings
of CPPFLAGS. These allow CPPFLAGS to be a user parameter. Also, add
CFLAGS to the CC_LINK variables, so they can control usage of the
compiler to link programs.
ticket: 677
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15214 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/pty/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/pty/configure.in | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index f76ada5bb5..041e159aa8 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,8 @@ +2003-03-03 Tom Yu <tlyu@mit.edu> + + * configure.in: Delete unused ADD_DEF, probably left over from + appl/bsd. + 2003-01-10 Ken Raeburn <raeburn@mit.edu> * configure.in: Don't explicitly invoke AC_PROG_INSTALL, diff --git a/src/util/pty/configure.in b/src/util/pty/configure.in index 2fafd0cb94..ec430cf0aa 100644 --- a/src/util/pty/configure.in +++ b/src/util/pty/configure.in @@ -280,7 +280,6 @@ if test $krb5_cv_setpgrp_args = two; then AC_DEFINE(SETPGRP_TWOARG) fi dnl -ADD_DEF(-DKERBEROS) KRB5_AC_INET6 AC_C_CONST dnl KRB5_BUILD_LIBRARY_WITH_DEPS |
