X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtod;h=e8b72b4ff30a61357ce3c17adf0d1951fcefeff3;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=a1a450eb79d0cb02fe231560db1634d43e111eab;hpb=e36ce4f71f53fa852821a7005d3f11e4d4ebee4b;p=gnulib.git diff --git a/modules/strtod b/modules/strtod index a1a450eb7..e8b72b4ff 100644 --- a/modules/strtod +++ b/modules/strtod @@ -4,17 +4,29 @@ strtod() function: convert string to 'double'. Files: lib/strtod.c m4/strtod.m4 +m4/ldexp.m4 Depends-on: +stdlib +strtod-obsolete +c-ctype [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1] +stdbool [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1] configure.ac: gl_FUNC_STRTOD +if test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1; then + AC_LIBOBJ([strtod]) + gl_PREREQ_STRTOD +fi +gl_STDLIB_MODULE_INDICATOR([strtod]) Makefile.am: -LIBS += $(POW_LIB) Include: +License: +LGPL + Maintainer: all