diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-02-19 08:36:39 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-02-19 08:36:39 (GMT) |
commit | 5a7c71c9ca056e5c94e711e15b5bfba3ce8d1fc0 (patch) | |
tree | 5e527b008a24de1661af2f2aa639a08d39e2a49c /tools/setup | |
parent | 0490d0830234062b4055e4b0fd2131fb54d7743f (diff) | |
download | monitoring-plugins-5a7c71c9ca056e5c94e711e15b5bfba3ce8d1fc0.tar.gz |
remove getloadavg.m4
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@346 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools/setup')
-rwxr-xr-x | tools/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup index 293aec6..18281a3 100755 --- a/tools/setup +++ b/tools/setup | |||
@@ -1,6 +1,6 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | 2 | ||
3 | aclocal | 3 | aclocal -I lib |
4 | autoconf | 4 | autoconf |
5 | autoheader | 5 | autoheader |
6 | automake | 6 | automake |