X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fc-strtod;h=7999d45ee4133e029fa1599386c483dfe628f4b2;hb=644c40496cf7d5a705a73c9dd32b035fcecc2ab1;hp=70c82bfa0b19fee7191dc6dfb04f21be0ddf47fd;hpb=184aaab6f9d672e5ba78820fbab68d89e0254470;p=gnulib.git diff --git a/modules/c-strtod b/modules/c-strtod index 70c82bfa0..7999d45ee 100644 --- a/modules/c-strtod +++ b/modules/c-strtod @@ -2,21 +2,26 @@ Description: Convert string to double in C locale. Files: -lib/c-strtod.h lib/c-strtod.c +lib/c-strtod.h +m4/c-strtod.m4 Depends-on: extensions +locale +strdup-posix configure.ac: gl_C_STRTOD Makefile.am: -lib_SOURCES += c-strtod.h c-strtod.c +lib_SOURCES += c-strtod.c Include: "c-strtod.h" +License: +GPL + Maintainer: Paul Eggert, Jim Meyering -