changeset 9367:930efddef3ad

Depend on fprintf-posix.
author Bruno Haible <bruno@clisp.org>
date Sat, 20 Oct 2007 13:08:33 +0200
parents dbb64cb4aed9
children 87b8f72b3144
files ChangeLog modules/ceilf-tests modules/floorf-tests modules/trunc-tests modules/truncf-tests
diffstat 5 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-10-20  Bruno Haible  <bruno@clisp.org>
+
+	* modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
+	of %a.
+	* modules/floorf-tests (Depends-on): Likewise.
+	* modules/truncf-tests (Depends-on): Likewise.
+	* modules/trunc-tests (Depends-on): Likewise.
+	Reported by Ben Pfaff.
+
 2007-10-19  Jim Meyering  <meyering@redhat.com>
 
 	* lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
--- a/modules/ceilf-tests
+++ b/modules/ceilf-tests
@@ -7,6 +7,7 @@
 isnanf-nolibm
 stdbool
 stdint
+fprintf-posix
 
 configure.ac:
 
--- a/modules/floorf-tests
+++ b/modules/floorf-tests
@@ -7,6 +7,7 @@
 isnanf-nolibm
 stdbool
 stdint
+fprintf-posix
 
 configure.ac:
 
--- a/modules/trunc-tests
+++ b/modules/trunc-tests
@@ -7,6 +7,7 @@
 isnan-nolibm
 stdbool
 stdint
+fprintf-posix
 
 configure.ac:
 
--- a/modules/truncf-tests
+++ b/modules/truncf-tests
@@ -7,6 +7,7 @@
 isnanf-nolibm
 stdbool
 stdint
+fprintf-posix
 
 configure.ac: