From 6cd915a22d859ab4f375337de8ca185eca45dc0a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 17 Dec 2016 17:59:22 +0100 Subject: [PATCH] Avoid autoconf warning. * modules/frexpl (configure.ac): Require, not invoke, gl_FUNC_FREXPL. * modules/frexp (configure.ac): Require, not invoke, gl_FUNC_FREXP. --- ChangeLog | 6 ++++++ modules/frexp | 2 +- modules/frexpl | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f0f333641..e65df5895f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-12-17 Bruno Haible + + Avoid autoconf warning. + * modules/frexpl (configure.ac): Require, not invoke, gl_FUNC_FREXPL. + * modules/frexp (configure.ac): Require, not invoke, gl_FUNC_FREXP. + 2016-12-17 Bruno Haible fpending: Revert workaround against Emacs bug. diff --git a/modules/frexp b/modules/frexp index 5793d4802f..f1a4e4bb6a 100644 --- a/modules/frexp +++ b/modules/frexp @@ -10,7 +10,7 @@ math isnand-nolibm [test $gl_func_frexp != yes] configure.ac: -gl_FUNC_FREXP +AC_REQUIRE([gl_FUNC_FREXP]) if test $gl_func_frexp != yes; then AC_LIBOBJ([frexp]) fi diff --git a/modules/frexpl b/modules/frexpl index a2e534bd6f..5e9feba6af 100644 --- a/modules/frexpl +++ b/modules/frexpl @@ -14,7 +14,7 @@ isnanl-nolibm [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && fpucw [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: -gl_FUNC_FREXPL +AC_REQUIRE([gl_FUNC_FREXPL]) if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; then AC_LIBOBJ([frexpl]) fi -- 2.39.5