monitoring-plugins/tools/setup

11 lines
135 B
Text
Raw Normal View History

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