From ce26d9969abaa90a6410a0b3954785031f06ed2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 11 Feb 2004 17:16:20 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13332 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cf/ChangeLog b/cf/ChangeLog index c522c2051..d4040c04c 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,5 +1,9 @@ 2004-02-11 Love + * roken-frag.m4: AC_CHECK_HEADERS(net/if.h netinet6/in6_var.h + sys/sysctl.h sys/proc.h, resolv.h) are all special and need extra + help + * test-package.m4: If there is a --with-PACKAGE=path but no --with-PACKAGE-config, go seach for path/PACKEGE-config and use it if it exists. Inspired by Harald Barth