From d7945a6727cfa39039434d4da63a7080a91cabcd Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 3 Mar 2003 07:09:46 +0000 Subject: 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 --- src/util/pty/ChangeLog | 5 +++++ src/util/pty/configure.in | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index f76ada5bb..041e159aa 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,8 @@ +2003-03-03 Tom Yu + + * configure.in: Delete unused ADD_DEF, probably left over from + appl/bsd. + 2003-01-10 Ken Raeburn * configure.in: Don't explicitly invoke AC_PROG_INSTALL, diff --git a/src/util/pty/configure.in b/src/util/pty/configure.in index 2fafd0cb9..ec430cf0a 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 -- cgit