1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

Avoid autoconf warning.

* modules/frexpl (configure.ac): Require, not invoke, gl_FUNC_FREXPL.
* modules/frexp (configure.ac): Require, not invoke, gl_FUNC_FREXP.
This commit is contained in:
Bruno Haible
2016-12-17 17:59:22 +01:00
parent 8457ffb740
commit 6cd915a22d
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -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.
+1 -1
View 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
+1 -1
View 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