strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / human
index 5b7ff6a13f60f666239e0871247de13c83bc6575..2216ca4e6ef2e54638d282204f087d52ffd7700c 100644 (file)
@@ -5,25 +5,21 @@ with K/M/G suffix.
 Files:
 lib/human.h
 lib/human.c
-lib/intprops.h
-m4/ulonglong.m4
-m4/stdint_h.m4
-m4/inttypes_h.m4
-m4/uintmax_t.m4
 m4/human.m4
 
 Depends-on:
-gettext
 argmatch
 error
-xstrtol
+intprops
+memmove
+xstrtoumax
 stdbool
+stdint
 
 configure.ac:
 gl_HUMAN
 
 Makefile.am:
-lib_SOURCES += human.h human.c
 
 Include:
 "human.h"