summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-07-28 11:30:40 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-07-28 11:30:40 (GMT)
commit1082a6115cd14b8b12839bd6b2285ae6b5624309 (patch)
tree83d88b5477520a406e21dbe11ab4b233b2d33818 /configure.in
parent32a023896b5e0ee721b9b43a7b4ba222abeb8186 (diff)
downloadmonitoring-plugins-1082a6115cd14b8b12839bd6b2285ae6b5624309.tar.gz
Readded getloadavg.m4 as using autoconf 2.50+. This fixes redhat 6.2 compiles
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@608 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index 121d91a..34f8ea3 100644
--- a/configure.in
+++ b/configure.in
@@ -27,14 +27,7 @@ AC_MINIX
27AC_PROG_MAKE_SET 27AC_PROG_MAKE_SET
28AC_PROG_AWK 28AC_PROG_AWK
29 29
30 30AC_FUNC_GETLOADAVG([lib])
31
32saved_srcdir=$srcdir
33srcdir=$srcdir/lib
34test -f $srcdir/getloadavg.c \
35 || AC_MSG_ERROR([getloadavg.c is not in $srcdir])
36AC_FUNC_GETLOADAVG
37srcdir=$saved_srcdir
38 31
39ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) 32ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
40dnl AM_WITH_REGEX 33dnl AM_WITH_REGEX