monitoring-plugins/tools/setup
2003-05-13 22:03:48 +00:00

12 lines
151 B
Bash
Executable file

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