From 5579fec8bba6dbeee1290d131e4fc915ec46dd51 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 24 Feb 2004 19:24:25 +0000 Subject: Move daemon.c into a new library of utility routines for linking our programs against but which we don't want to install as a separate library. Change Kerberos and application servers to link against the library if they might need the replacement daemon() function. Add a dummy file to the library in case daemon() is not needed, so we don't have an empty library, which we may not handle properly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16118 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 7306fd01e..b8e147246 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-02-24 Ken Raeburn + + * aclocal.m4 (KRB5_AC_NEED_DAEMON): Don't use AC_REPLACE_FUNCS. + * configure.in: Configure util/apputils. + 2004-02-13 Ken Raeburn * aclocal.m4 (TRY_PEER_INT): Deleted. -- cgit