X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtod;h=e8b72b4ff30a61357ce3c17adf0d1951fcefeff3;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=5f2dce554644c656927095628db305b5a63a2919;hpb=de138ad63af1ad9cb74b16743c511eebf0ccfbaa;p=gnulib.git diff --git a/modules/strtod b/modules/strtod index 5f2dce554..e8b72b4ff 100644 --- a/modules/strtod +++ b/modules/strtod @@ -4,17 +4,23 @@ strtod() function: convert string to 'double'. Files: lib/strtod.c m4/strtod.m4 +m4/ldexp.m4 Depends-on: -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: -LIBS += $(POW_LIB) Include: