mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
revise now that aclocal is remved from CVS
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@134 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
03566be76b
commit
dbaa9dd823
3 changed files with 7 additions and 2 deletions
1
INSTALL
1
INSTALL
|
|
@ -4,6 +4,7 @@ Nagios Plugins Quick-and-Dirty Installation Instructions
|
|||
0) If using the CVS tree, you need m4, automake, and autoconf. To
|
||||
start out, run:
|
||||
|
||||
# aclocal
|
||||
# autoconf
|
||||
# autoheader
|
||||
# automake
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ Nagios Plugins Quick-and-Dirty Installation Instructions
|
|||
0) If using the CVS tree, you need m4, automake, and autoconf. To
|
||||
start out, run:
|
||||
|
||||
# aclocal
|
||||
# autoconf
|
||||
# autoheader
|
||||
# automake
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
#! /bin/sh
|
||||
autoconf
|
||||
autoheader
|
||||
|
||||
aclocal
|
||||
automake
|
||||
autoheader
|
||||
autoconf
|
||||
|
||||
chmod +x debian/rules
|
||||
Loading…
Reference in a new issue