]> Savannah Git Hosting - gnulib.git/commitdiff
Avoid autoconf warning.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Dec 2016 16:59:22 +0000 (17:59 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Dec 2016 17:00:35 +0000 (18:00 +0100)
* modules/frexpl (configure.ac): Require, not invoke, gl_FUNC_FREXPL.
* modules/frexp (configure.ac): Require, not invoke, gl_FUNC_FREXP.

ChangeLog
modules/frexp
modules/frexpl

index 5f0f3336416d003e9adaa7951ea4032e6173bf14..e65df5895fb1a5b5879959a5fe820004beaed8a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-12-17  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        fpending: Revert workaround against Emacs bug.
index 5793d4802f6d34aea3e1f9838d30d5d64c88ab3c..f1a4e4bb6a9ac8c51acd38f72940e6b24b98c51d 100644 (file)
@@ -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
index a2e534bd6ff9c9a2d325c786133dcba93f902800..5e9feba6af3e5e16b9516fedd3b5290f2729efa5 100644 (file)
@@ -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