X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftoastr;h=b52ce26339101d317efdc7bafb14e4d84809f88e;hb=551ee6493e89f30ea3d1cc75bcaaa3d5e5fab7e1;hp=64d0a77903ca8af95ed11b509f6ebd79c83f422a;hpb=52e7df4a7f92778282b1025f72047e36dc929063;p=gnulib.git diff --git a/modules/ftoastr b/modules/ftoastr index 64d0a7790..b52ce2633 100644 --- a/modules/ftoastr +++ b/modules/ftoastr @@ -1,21 +1,20 @@ 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_CHECK_FUNCS_ONCE([strtof]) AC_REQUIRE([gl_C99_STRTOLD]) Makefile.am: -lib_SOURCES += ftoastr.h ftoastr.c dtoastr.c ldtoastr.c +lib_SOURCES += ftoastr.c Include: "ftoastr.h"