]> Savannah Git Hosting - gnulib.git/commitdiff
log1pl-ieee: Work around test failure on AIX 7.1.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 02:04:47 +0000 (03:04 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 02:04:47 +0000 (03:04 +0100)
* modules/log1pl-ieee (Depends-on): Add log1p-ieee.

ChangeLog
modules/log1pl-ieee

index 18c4736939aa53d05ec6f526fe1cde47e12d7bc9..0b86a60f83361bd8a7ce8d7813e55a29a48f83da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-03-10  Bruno Haible  <bruno@clisp.org>
 
+       log1pl-ieee: Work around test failure on AIX 7.1.
+       * modules/log1pl-ieee (Depends-on): Add log1p-ieee.
+
        log1pl-ieee: Work around test failure on IRIX 6.5.
        * m4/log1pl-ieee.m4: New file.
        * m4/log1pl.m4 (gl_FUNC_LOG1PL): If gl_FUNC_LOG1PL_IEEE is present,
index 32c937d19cd655bbc4a28928f4be84f83c45f94d..e5075dba431d4b3fec628b18d3f398be11cb6d3e 100644 (file)
@@ -9,6 +9,7 @@ m4/signbit.m4
 Depends-on:
 log1pl
 fpieee
+log1p-ieee      [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 
 configure.ac:
 gl_FUNC_LOG1PL_IEEE