* lib/fclose.c: Fix typo in comment: s/close/fclose/.
[gnulib.git] / modules / strtod
index 7367573..9a4a0f3 100644 (file)
@@ -1,17 +1,30 @@
 Description:
+strtod() function: convert string to 'double'.
 
 Files:
 lib/strtod.c
 m4/strtod.m4
 
 Depends-on:
+c-ctype
+stdbool
+stdlib
 
 configure.ac:
 gl_FUNC_STRTOD
+gl_STDLIB_MODULE_INDICATOR([strtod])
 
 Makefile.am:
-LIBS += @POW_LIB@
+LIBS += $(POW_LIB)
 
 Include:
 <stdlib.h>
 
+Link:
+$(POW_LIB)
+
+License:
+LGPL
+
+Maintainer:
+all