float: Work around <float.h> bugs on FreeBSD/x86, AIX with GCC, IRIX.
[gnulib.git] / modules / float
index 04601e2..2a79750 100644 (file)
@@ -3,6 +3,7 @@ A correct <float.h>.
 
 Files:
 lib/float.in.h
+lib/float.c
 m4/float_h.m4
 
 Depends-on:
@@ -10,6 +11,9 @@ include_next
 
 configure.ac:
 gl_FLOAT_H
+if test $REPLACE_FLOAT_LDBL = 1; then
+  AC_LIBOBJ([float])
+fi
 
 Makefile.am:
 BUILT_SOURCES += $(FLOAT_H)