mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-23 18:00:49 -05:00
getting rid of errors for header files not being present when automake was called. Also puts it inline with documentation in INSTALL & INSTALLING git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@303 f882894a-f735-0410-b71e-b25c423dba1c
10 lines
107 B
Bash
Executable file
10 lines
107 B
Bash
Executable file
#! /bin/sh
|
|
|
|
aclocal
|
|
autoconf
|
|
autoheader
|
|
automake
|
|
|
|
if [ -f debian/rules ] ; then
|
|
chmod +x debian/rules
|
|
fi
|