diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-19 00:45:43 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-19 00:45:43 (GMT) |
commit | 0490d0830234062b4055e4b0fd2131fb54d7743f (patch) | |
tree | 7adba02daf24b8169265659714b2cf69fe648efa /configure.in | |
parent | 841198076937d15155a6812472ad4da0d789649c (diff) | |
download | monitoring-plugins-0490d0830234062b4055e4b0fd2131fb54d7743f.tar.gz |
Move getloadavg to lib directory. Must run "aclocal -I lib"
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@345 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 5d9e45c..38c2470 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,6 +1,4 @@ | |||
1 | dnl Process this file with autoconf to produce a configure script. | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | include(`aclocal.m4') | ||
3 | include(`getloadavg.m4') | ||
4 | AC_REVISION ($Revision$) | 2 | AC_REVISION ($Revision$) |
5 | AC_INIT(Helper.pm) | 3 | AC_INIT(Helper.pm) |
6 | VER=1.3.0 | 4 | VER=1.3.0 |
@@ -25,7 +23,7 @@ AC_PROG_CC | |||
25 | AC_PROG_MAKE_SET | 23 | AC_PROG_MAKE_SET |
26 | AC_PROG_AWK | 24 | AC_PROG_AWK |
27 | 25 | ||
28 | AC_FUNC_GETLOADAVG(plugins) | 26 | AC_FUNC_GETLOADAVG([lib]) |
29 | ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) | 27 | ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) |
30 | dnl AM_WITH_REGEX | 28 | dnl AM_WITH_REGEX |
31 | AC_PROG_RANLIB | 29 | AC_PROG_RANLIB |