Remove unused GNULIB_XYZ macro definitions.
[gnulib.git] / modules / strtod
index 4be1db6..9a4a0f3 100644 (file)
@@ -6,13 +6,25 @@ 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