summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-20 13:08:33 +0200
committerBruno Haible <bruno@clisp.org>2007-10-20 13:08:33 +0200
commit6a5e162e27d0a2e31ee6aa83660b1374676d020b (patch)
treeeea65b3829045d296502efe708c7dd2376e7bb11
parent90374d639f7c4cbbacaabca9cedec88f8b5bce3d (diff)
downloadgnulib-6a5e162e27d0a2e31ee6aa83660b1374676d020b.tar.gz
Depend on fprintf-posix.
-rw-r--r--ChangeLog9
-rw-r--r--modules/ceilf-tests1
-rw-r--r--modules/floorf-tests1
-rw-r--r--modules/trunc-tests1
-rw-r--r--modules/truncf-tests1
5 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eefe985448..882d6dd5ca 100644
--- 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".
diff --git a/modules/ceilf-tests b/modules/ceilf-tests
index 6510fa8713..33d5be9cb2 100644
--- a/modules/ceilf-tests
+++ b/modules/ceilf-tests
@@ -7,6 +7,7 @@ float
isnanf-nolibm
stdbool
stdint
+fprintf-posix
configure.ac:
diff --git a/modules/floorf-tests b/modules/floorf-tests
index 02a5ca28c6..5390f4bad0 100644
--- a/modules/floorf-tests
+++ b/modules/floorf-tests
@@ -7,6 +7,7 @@ float
isnanf-nolibm
stdbool
stdint
+fprintf-posix
configure.ac:
diff --git a/modules/trunc-tests b/modules/trunc-tests
index 8ef8cc5887..ade196477e 100644
--- a/modules/trunc-tests
+++ b/modules/trunc-tests
@@ -7,6 +7,7 @@ float
isnan-nolibm
stdbool
stdint
+fprintf-posix
configure.ac:
diff --git a/modules/truncf-tests b/modules/truncf-tests
index cece64b657..3584de2253 100644
--- a/modules/truncf-tests
+++ b/modules/truncf-tests
@@ -7,6 +7,7 @@ float
isnanf-nolibm
stdbool
stdint
+fprintf-posix
configure.ac: