Code

debian builds not actively maintained, so suppress error in setup script
[nagiosplug.git] / tools / setup
1 #! /bin/sh
3 aclocal
4 automake
5 autoheader
6 autoconf
8 if [ -f debian/rules ] ; then
9   chmod +x debian/rules
10 fi