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