Oops, move dependency to 'memchr'.
[pspp] / modules / c-strtod
index 8f16e328eada0bbf4f681d3d33b948d1fe68782b..f82a98863effdc5e0a9aeea2f1ca28061702cb13 100644 (file)
@@ -2,18 +2,18 @@ Description:
 Convert string to double in C locale.
 
 Files:
-lib/c-strtod.h
 lib/c-strtod.c
+lib/c-strtod.h
 m4/c-strtod.m4
 
 Depends-on:
 extensions
+xalloc
 
 configure.ac:
 gl_C_STRTOD
 
 Makefile.am:
-lib_SOURCES += c-strtod.h c-strtod.c
 
 Include:
 "c-strtod.h"
@@ -23,4 +23,3 @@ GPL
 
 Maintainer:
 Paul Eggert, Jim Meyering
-