log1pf-ieee: Work around test failure on AIX 5.1 and HP-UX 11.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 00:41:52 +0000 (01:41 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 01:40:45 +0000 (02:40 +0100)
* modules/log1pf-ieee (Depends-on): Add log1p-ieee.
(configure.ac): Require gl_FUNC_LOG1PF.

ChangeLog
modules/log1pf-ieee

index 874af82..8ce0dcb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-03-10  Bruno Haible  <bruno@clisp.org>
 
+       log1pf-ieee: Work around test failure on AIX 5.1 and HP-UX 11.
+       * modules/log1pf-ieee (Depends-on): Add log1p-ieee.
+       (configure.ac): Require gl_FUNC_LOG1PF.
+
        log1p-ieee: Work around test failure on AIX 7.1 and HP-UX 11.
        * m4/log1p-ieee.m4: New file.
        * m4/log1p.m4 (gl_FUNC_LOG1P): If gl_FUNC_LOG1P_IEEE is present, test
index f6ffcd8..7417b54 100644 (file)
@@ -6,8 +6,10 @@ Files:
 Depends-on:
 log1pf
 fpieee
+log1p-ieee      [test $HAVE_LOG1PF = 0 || test $REPLACE_LOG1PF = 1]
 
 configure.ac:
+AC_REQUIRE([gl_FUNC_LOG1PF])
 
 Makefile.am: