From 83732d64f5f0c5ef866510b1f683870d175d9c73 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 Feb 2007 18:19:34 +0000 Subject: [PATCH 1/1] * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve. Prompted by a report from Bruno Haible that mingw lacks ftruncate. SCALAR(0x704170) --- ChangeLog | 7 ++++++- m4/ftruncate.m4 | 8 +++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 418ea196c..89196395d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-19 Jim Meyering + + * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve. + Prompted by a report from Bruno Haible that mingw lacks ftruncate. + 2007-02-18 Bruno Haible * lib/readlink.c: Include . @@ -243,7 +248,7 @@ * modules/imaxdiv (configure.ac): Likewise. * modules/strtoimax (configure.ac): Likewise. * modules/strtoumax (configure.ac): Likewise. - + 2007-02-17 Bruno Haible * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of diff --git a/m4/ftruncate.m4 b/m4/ftruncate.m4 index dd37f2dc8..419f2493b 100644 --- a/m4/ftruncate.m4 +++ b/m4/ftruncate.m4 @@ -1,4 +1,4 @@ -#serial 11 +#serial 12 # See if we need to emulate a missing ftruncate function using fcntl or chsize. @@ -7,8 +7,10 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# FIXME: remove this macro, along with all uses of HAVE_FTRUNCATE in 2007, -# if the check below provokes no reports. +# FIXME: remove this macro, along with all uses of HAVE_FTRUNCATE in 2010, +# if the check below provokes no more reports. So far, the only report +# arose from a test build of this gnulib module, cross-compiling to mingw: +# AC_DEFUN([gl_FUNC_FTRUNCATE], [ -- 2.11.0