X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtod;h=e8b72b4ff30a61357ce3c17adf0d1951fcefeff3;hb=395f9e6a19b504609aa8b0bd7f8cc55d4547d8dd;hp=9a4a0f31d2a54384528f0056d584b7915e09e219;hpb=bdc599c7bcdbb9b5c1682c3af8bc22c54325dff9;p=gnulib.git diff --git a/modules/strtod b/modules/strtod index 9a4a0f31d..e8b72b4ff 100644 --- a/modules/strtod +++ b/modules/strtod @@ -4,25 +4,27 @@ 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: -LIBS += $(POW_LIB) Include: -Link: -$(POW_LIB) - License: LGPL