Code

Reordered program calls so autoheader was called before automake thus
[nagiosplug.git] / tools / setup
1 #! /bin/sh
3 aclocal
4 autoconf
5 autoheader
6 automake
8 if [ -f debian/rules ] ; then
9   chmod +x debian/rules
10 fi