Code

Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functions
[nagiosplug.git] / tools / setup
1 #! /bin/sh
3 aclocal -I lib
4 autoconf
5 autoheader
6 automake --add-missing --copy
8 if [ -f debian/rules ] ; then
9   chmod +x debian/rules
10 fi