X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtod;h=9a4a0f31d2a54384528f0056d584b7915e09e219;hb=e349e3d9c187700b118e0bac80aedd2ea8e764bc;hp=7367573879c46a469355847e51cf53534b31fc32;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/strtod b/modules/strtod index 736757387..9a4a0f31d 100644 --- a/modules/strtod +++ b/modules/strtod @@ -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: +Link: +$(POW_LIB) + +License: +LGPL + +Maintainer: +all