X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fstrtod;h=9a4a0f31d2a54384528f0056d584b7915e09e219;hb=567f85cfcdb0a63cf96730d0858581b013765d59;hp=74351486ae06e739dbeea1bd461daecd3b8047b3;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/strtod b/modules/strtod index 74351486a..9a4a0f31d 100644 --- a/modules/strtod +++ b/modules/strtod @@ -6,9 +6,13 @@ 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) @@ -16,8 +20,11 @@ LIBS += $(POW_LIB) Include: +Link: +$(POW_LIB) + License: -GPL +LGPL Maintainer: all