strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / getloadavg
index b7192c30a6adc4fe734699fe692baed41891d308..9db688b4cf594b7bb273be6b02b9a5613e1e9621 100644 (file)
@@ -3,21 +3,25 @@ Return the current system load averages.
 
 Files:
 lib/getloadavg.c
-lib/intprops.h
+m4/getloadavg.m4
 
 Depends-on:
-cloexec
-xalloc
-c-strtod
+extensions
+intprops
 stdbool
-unistd-safer
+stdlib
 
 configure.ac:
-AC_FUNC_GETLOADAVG
+gl_GETLOADAVG([$gl_source_base])
+gl_STDLIB_MODULE_INDICATOR([getloadavg])
 
 Makefile.am:
 
 Include:
+<stdlib.h>
+
+Link:
+$(GETLOADAVG_LIBS)
 
 License:
 GPL