changeset 16668:e5cdf9cb718e

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.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Mar 2012 01:41:52 +0100
parents f691c5744fcb
children 80b477c5aa4b
files ChangeLog modules/log1pf-ieee
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/log1pf-ieee
+++ b/modules/log1pf-ieee
@@ -6,8 +6,10 @@
 Depends-on:
 log1pf
 fpieee
+log1p-ieee      [test $HAVE_LOG1PF = 0 || test $REPLACE_LOG1PF = 1]
 
 configure.ac:
+AC_REQUIRE([gl_FUNC_LOG1PF])
 
 Makefile.am: