Support programs like Emacs that use gnulib but not gettext.
[pspp] / modules / c-strtod
index 880abea3045997868ef1447a0d940fdb7f93c523..f82a98863effdc5e0a9aeea2f1ca28061702cb13 100644 (file)
@@ -2,22 +2,24 @@ 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"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
-