From 7ceff0d5a95f5c5f34235ef6682595f169864d2f Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 7 Mar 2003 22:11:25 +0000 Subject: Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functions if missing in system libs and lwres not present Moved all references to netdb.h and sys/socket.h into common.h.in Modified automake call in tools/setup to include adding missing files so config.sub and config.guess will be available git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@376 f882894a-f735-0410-b71e-b25c423dba1c --- tools/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/setup b/tools/setup index 18281a31..b825a6b2 100755 --- a/tools/setup +++ b/tools/setup @@ -3,7 +3,7 @@ aclocal -I lib autoconf autoheader -automake +automake --add-missing --copy if [ -f debian/rules ] ; then chmod +x debian/rules -- cgit v1.2.3