From 04bd484bf272dd580349c832f84cf5ffa27003bb Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 24 Oct 2003 04:24:39 +0000 Subject: 2003-10-24 Paul Jakma * configure.ac: Check for fcntl() * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via regular automake means, not magic install incantations, see bug #38. * lib/Makefile.am: install the headers, needed to link libzebra.a (and hence libospf.a, OSPF-API, etc.) --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 807cf7c0..26079882 100755 --- a/configure.ac +++ b/configure.ac @@ -345,7 +345,8 @@ dnl ---------------------------- dnl check existance of functions dnl ---------------------------- AC_CHECK_FUNCS(memset memcpy strerror inet_aton daemon snprintf vsnprintf \ - strlcat strlcpy if_nametoindex if_indextoname getifaddrs) + strlcat strlcpy if_nametoindex if_indextoname getifaddrs \ + fcntl) AC_CHECK_FUNCS(setproctitle, , [AC_CHECK_LIB(util, setproctitle, [LIBS="$LIBS -lutil" -- cgit v1.2.1