X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtod;h=e8b72b4ff30a61357ce3c17adf0d1951fcefeff3;hb=69770559f5bf198928150ac8162734d7f6b99c82;hp=74351486ae06e739dbeea1bd461daecd3b8047b3;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/strtod b/modules/strtod index 74351486a..e8b72b4ff 100644 --- a/modules/strtod +++ b/modules/strtod @@ -4,20 +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: -GPL +LGPL Maintainer: all