Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / printf-frexpl
index ff3057c..c506a62 100644 (file)
@@ -7,12 +7,14 @@ lib/printf-frexpl.h
 lib/printf-frexpl.c
 lib/printf-frexp.c
 m4/printf-frexpl.m4
-m4/longdouble.m4
+m4/frexpl.m4
+m4/ldexpl.m4
 
 Depends-on:
-fpucw
-ldexpl
-math
+printf-frexp    [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
+float           [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+math            [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+fpucw           [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
 configure.ac:
 gl_FUNC_PRINTF_FREXPL
@@ -21,9 +23,7 @@ Makefile.am:
 lib_SOURCES += printf-frexpl.c
 
 Include:
-#if HAVE_LONG_DOUBLE
-# include "printf-frexpl.h"
-#endif
+"printf-frexpl.h"
 
 License:
 LGPL