]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
printf,seq: remove c-strtod dependency
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Jan 2019 07:12:38 +0000 (23:12 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Jan 2019 07:19:47 +0000 (23:19 -0800)
* 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.

gl/modules/cl-strtold

index 61cc438209e198c1dbbb5fcb3dcc7285b5cfdba8..f46f04063decaae7aa1c755e53a194b81c17c424 100644 (file)
@@ -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