summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
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 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2include(`aclocal.m4')
3include(`getloadavg.m4')
4AC_REVISION ($Revision$) 2AC_REVISION ($Revision$)
5AC_INIT(Helper.pm) 3AC_INIT(Helper.pm)
6VER=1.3.0 4VER=1.3.0
@@ -25,7 +23,7 @@ AC_PROG_CC
25AC_PROG_MAKE_SET 23AC_PROG_MAKE_SET
26AC_PROG_AWK 24AC_PROG_AWK
27 25
28AC_FUNC_GETLOADAVG(plugins) 26AC_FUNC_GETLOADAVG([lib])
29ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) 27ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
30dnl AM_WITH_REGEX 28dnl AM_WITH_REGEX
31AC_PROG_RANLIB 29AC_PROG_RANLIB