From: Paul Eggert Date: Sun, 27 Jan 2019 07:12:38 +0000 (-0800) Subject: printf,seq: remove c-strtod dependency X-Git-Tag: v8.31~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8adc7ccf7ccab29b2f015c63c4d74b0fc4c831c6;p=thirdparty%2Fcoreutils.git printf,seq: remove c-strtod dependency * gl/modules/cl-strtold (Files): Add lib/cl-strtod.c, lib/cl-strtod.h. (Depends-on): Remove cl-strtod. (configure.ac): Redquire AC_C_RESTRICT. --- diff --git a/gl/modules/cl-strtold b/gl/modules/cl-strtold index 61cc438209..f46f04063d 100644 --- a/gl/modules/cl-strtold +++ b/gl/modules/cl-strtold @@ -2,13 +2,15 @@ Description: Convert string to long double in current or C locale. Files: +lib/cl-strtod.c +lib/cl-strtod.h lib/cl-strtold.c Depends-on: c-strtold -cl-strtod configure.ac: +AC_REQUIRE([AC_C_RESTRICT]) Makefile.am: lib_SOURCES += cl-strtold.c