strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / getloadavg
index bf306e427b0a54828e11abdb7436e496932fae57..9db688b4cf594b7bb273be6b02b9a5613e1e9621 100644 (file)
@@ -6,19 +6,22 @@ lib/getloadavg.c
 m4/getloadavg.m4
 
 Depends-on:
-cloexec
-xalloc
-c-strtod
+extensions
 intprops
 stdbool
-fcntl-safer
+stdlib
 
 configure.ac:
 gl_GETLOADAVG([$gl_source_base])
+gl_STDLIB_MODULE_INDICATOR([getloadavg])
 
 Makefile.am:
 
 Include:
+<stdlib.h>
+
+Link:
+$(GETLOADAVG_LIBS)
 
 License:
 GPL