summaryrefslogtreecommitdiffstats
path: root/tools/setup
diff options
context:
space:
mode:
authorJeremy T. Bouse <undrgrid@users.sourceforge.net>2003-03-07 22:11:25 (GMT)
committerJeremy T. Bouse <undrgrid@users.sourceforge.net>2003-03-07 22:11:25 (GMT)
commit7ceff0d5a95f5c5f34235ef6682595f169864d2f (patch)
treee153a07b7ba9416c1b7262ce00542e55cab9cb93 /tools/setup
parent1f7520fae4a776e0af2c5221071f1ff300de8727 (diff)
downloadmonitoring-plugins-7ceff0d5a95f5c5f34235ef6682595f169864d2f.tar.gz
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
Diffstat (limited to 'tools/setup')
-rwxr-xr-xtools/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup
index 18281a3..b825a6b 100755
--- a/tools/setup
+++ b/tools/setup
@@ -3,7 +3,7 @@
3aclocal -I lib 3aclocal -I lib
4autoconf 4autoconf
5autoheader 5autoheader
6automake 6automake --add-missing --copy
7 7
8if [ -f debian/rules ] ; then 8if [ -f debian/rules ] ; then
9 chmod +x debian/rules 9 chmod +x debian/rules