summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-01-26 23:12:38 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-01-26 23:19:47 -0800
commit8adc7ccf7ccab29b2f015c63c4d74b0fc4c831c6 (patch)
tree2389b2cca5873c7258fb51714b1829cae0a3591f /gl
parenteb73e23f31f4ce363b1505cc77424832d5c39063 (diff)
downloadcoreutils-8adc7ccf7ccab29b2f015c63c4d74b0fc4c831c6.tar.gz
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.
Diffstat (limited to 'gl')
-rw-r--r--gl/modules/cl-strtold4
1 files changed, 3 insertions, 1 deletions
diff --git a/gl/modules/cl-strtold b/gl/modules/cl-strtold
index 61cc43820..f46f04063 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