Code

remove getloadavg.m4
[nagiosplug.git] / tools / setup
1 #! /bin/sh
3 aclocal -I lib
4 autoconf
5 autoheader
6 automake
8 if [ -f debian/rules ] ; then
9   chmod +x debian/rules
10 fi