monitoring-plugins/tools/setup
Jeremy T. Bouse 7ceff0d5a9 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
2003-03-07 22:11:25 +00:00

10 lines
135 B
Bash
Executable file

#! /bin/sh
aclocal -I lib
autoconf
autoheader
automake --add-missing --copy
if [ -f debian/rules ] ; then
chmod +x debian/rules
fi