git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13332 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-02-11 17:16:20 +00:00
parent 86ee8f9f0f
commit ce26d9969a

View File

@@ -1,5 +1,9 @@
2004-02-11 Love <lha@stacken.kth.se>
* 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 <haba@pdc.kth.se>