changeset 23663:9da88b901984

restore frexp and frexpf gnulib modules removed in 21b2816820cf * bootstrap.conf (gnulib_modules): Add frexp and frexpf to the list. * configure.ac (GNULIB_LINK_DEPS): Include $FREXPF_LIBM and $FREXP_LIBM in the list.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jun 2017 18:28:23 -0400
parents bd77ab816e43
children af611609c6a4
files bootstrap.conf configure.ac
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bootstrap.conf	Tue Jun 20 18:26:15 2017 -0400
+++ b/bootstrap.conf	Tue Jun 20 18:28:23 2017 -0400
@@ -38,6 +38,8 @@
   filemode
   fnmatch
   fpucw
+  frexp
+  frexpf
   fseek
   ftell
   ftruncate
--- a/configure.ac	Tue Jun 20 18:26:15 2017 -0400
+++ b/configure.ac	Tue Jun 20 18:28:23 2017 -0400
@@ -2939,7 +2939,7 @@
 
 ### These are recommended by the gnulib bootstrap script:
 
-GNULIB_LINK_DEPS="$GETHOSTNAME_LIB $LIBSOCKET $LIB_CRYPTO $LIB_GETLOGIN $LIB_NANOSLEEP $LIB_SELECT $LTLIBICONV $LTLIBINTL $LTLIBTHREAD"
+GNULIB_LINK_DEPS="$FREXPF_LIBM $FREXP_LIBM $GETHOSTNAME_LIB $LIBSOCKET $LIB_CRYPTO $LIB_GETLOGIN $LIB_NANOSLEEP $LIB_SELECT $LTLIBICONV $LTLIBINTL $LTLIBTHREAD"
 
 AC_SUBST(GNULIB_LINK_DEPS)