summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-25 21:35:38 +0000
committerBruno Haible <bruno@clisp.org>2007-03-25 21:35:38 +0000
commit666ce534702d65dd6ebefe0970022ff474a740e2 (patch)
tree586bfd2c6619711b279ed298c0edd6111efc526a /modules
parenta9a762b14f09234a9661f65e9fbe7e8c950d5bd0 (diff)
downloadgnulib-666ce534702d65dd6ebefe0970022ff474a740e2.tar.gz
Provide a replacement for frexpl() if the system has it but it doesn't work.
Diffstat (limited to 'modules')
-rw-r--r--modules/math1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/math b/modules/math
index 288ab92a0d..5c28af7d17 100644
--- a/modules/math
+++ b/modules/math
@@ -38,6 +38,7 @@ math.h: math_.h
-e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
-e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
-e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
+ -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/math_.h; \
} > $@-t