X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftoastr;h=9010e940edd3aebd7423fd428bfadf2e7e186887;hb=61f306ae4b4106d8bf0104c57ef96acac8397e16;hp=fbc0cba73b9428c6a4685850eee2393e0c6fea0c;hpb=0c7219c6481808cbf45495502d55bac81f5c1112;p=gnulib.git diff --git a/modules/ftoastr b/modules/ftoastr index fbc0cba73..9010e940e 100644 --- a/modules/ftoastr +++ b/modules/ftoastr @@ -1,19 +1,19 @@ Description: -Convert floating point to accurate string +Convert float to accurate string. Files: lib/ftoastr.h lib/ftoastr.c -lib/dtoastr.c -lib/ldtoastr.c +m4/c-strtod.m4 Depends-on: intprops configure.ac: +AC_REQUIRE([gl_C99_STRTOLD]) Makefile.am: -lib_SOURCES += ftoastr.h ftoastr.c dtoastr.c ldtoastr.c +lib_SOURCES += ftoastr.c Include: "ftoastr.h"