log10f-ieee: Work around test failure on Solaris 9.
authorBruno Haible <bruno@clisp.org>
Sun, 1 Apr 2012 15:40:32 +0000 (17:40 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 1 Apr 2012 15:40:32 +0000 (17:40 +0200)
* modules/log10f-ieee (Depends-on): Add log10-ieee.
(configure.ac): Require gl_FUNC_LOG10F.

ChangeLog
modules/log10f-ieee

index b4a57d4..cd192b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-04-01  Bruno Haible  <bruno@clisp.org>
 
+       log10f-ieee: Work around test failure on Solaris 9.
+       * modules/log10f-ieee (Depends-on): Add log10-ieee.
+       (configure.ac): Require gl_FUNC_LOG10F.
+
        log10-ieee: Work around test failure on NetBSD 5.1 and Solaris 11.
        * m4/log10-ieee.m4: New file.
        * m4/log10.m4 (gl_FUNC_LOG10): If gl_FUNC_LOG10_IEEE is present, test
index 8849cab..8d6ad29 100644 (file)
@@ -6,8 +6,10 @@ Files:
 Depends-on:
 log10f
 fpieee
+log10-ieee      [test $HAVE_LOG10F = 0 || test $REPLACE_LOG10F = 1]
 
 configure.ac:
+AC_REQUIRE([gl_FUNC_LOG10F])
 
 Makefile.am: