# HG changeset patch # User Bruno Haible # Date 1331426512 -3600 # Node ID e5cdf9cb718e13219f29b3c3e375b589c75c7738 # Parent f691c5744fcba0c1eaed1aa68425bfcdbbc6eecf 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. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-03-10 Bruno Haible + 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 diff --git a/modules/log1pf-ieee b/modules/log1pf-ieee --- 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: