* modules/ssize_t (License): Change to 'unlimited'.
[gnulib.git] / modules / strtod
index 7367573..4098b13 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strtod() function: convert string to 'double'.
 
 Files:
 lib/strtod.c
@@ -10,8 +11,13 @@ configure.ac:
 gl_FUNC_STRTOD
 
 Makefile.am:
-LIBS += @POW_LIB@
+LIBS += $(POW_LIB)
 
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
+Maintainer:
+all