X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtod;h=e8b72b4ff30a61357ce3c17adf0d1951fcefeff3;hb=d202279380436696dc5889edcf07ad92ef59f541;hp=d4f64c13d4eeeec4404ac6ec41d31271b2f3318d;hpb=3458f09caac5234831a315d073344fc898dde077;p=gnulib.git diff --git a/modules/strtod b/modules/strtod index d4f64c13d..e8b72b4ff 100644 --- a/modules/strtod +++ b/modules/strtod @@ -4,14 +4,20 @@ strtod() function: convert string to 'double'. Files: lib/strtod.c m4/strtod.m4 +m4/ldexp.m4 Depends-on: -c-ctype -stdbool 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: