Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2005 16:24:00 +0200
From:      artifex maximus <artifexor@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   autoconf259 question
Message-ID:  <9cbf3f07050417072481b3b45@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hello!

I try to make a working configure.in but I have the following problem.

I write this:
AC_CHECK_HEADERS([netinet/in_systm.h])
AC_CHECK_HEADERS([netinet/in.h])
AC_CHECK_HEADERS([netinet/ip.h],,, [code to insert])

I run autoheader259 to make config.h.in. Thereafter I run configure
that doesn't found netinet/ip.h and doesn't define HAVE_NETINET_IP_H.

checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for netinet/ip.h... no

File is exist:
# ls -l /usr/include/netinet/ip.h
-r--r--r--  1 root  wheel  6790 Mar 24 08:50 /usr/include/netinet/ip.h

My system:
FreeBSD * 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Apr  7 00:27:04 CEST
2005     root@*  i386

What is the problem? Any idea?

Thanks,
artifex



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9cbf3f07050417072481b3b45>