X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fstrtod;h=e8b72b4ff30a61357ce3c17adf0d1951fcefeff3;hb=ff4fa73a6d84abfdd1b3c463e381ee47e512f418;hp=056ff4263d88a48ea2fc0b2618181858ad2d4931;hpb=12eef17ca76576859dbf462f2e4a3f940f3698ae;p=gnulib.git diff --git a/modules/strtod b/modules/strtod index 056ff4263..e8b72b4ff 100644 --- a/modules/strtod +++ b/modules/strtod @@ -7,12 +7,17 @@ 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: