From: Bruno Haible Date: Sat, 20 Oct 2007 11:08:33 +0000 (+0200) Subject: Depend on fprintf-posix. X-Git-Tag: v0.0~57 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=6a5e162e27d0a2e31ee6aa83660b1374676d020b;p=gnulib.git Depend on fprintf-posix. --- diff --git a/ChangeLog b/ChangeLog index eefe98544..882d6dd5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-10-20 Bruno Haible + + * 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 * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err". diff --git a/modules/ceilf-tests b/modules/ceilf-tests index 6510fa871..33d5be9cb 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 02a5ca28c..5390f4bad 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 8ef8cc588..ade196477 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 cece64b65..3584de225 100644 --- a/modules/truncf-tests +++ b/modules/truncf-tests @@ -7,6 +7,7 @@ float isnanf-nolibm stdbool stdint +fprintf-posix configure.ac: