update NEWS.stable
[gnulib.git] / modules / ftruncate
index 0b383cd..097ed9c 100644 (file)
@@ -6,15 +6,25 @@ lib/ftruncate.c
 m4/ftruncate.m4
 
 Depends-on:
+unistd
+largefile
+msvc-inval      [test $HAVE_FTRUNCATE = 0]
 
 configure.ac:
 gl_FUNC_FTRUNCATE
+if test $HAVE_FTRUNCATE = 0; then
+  AC_LIBOBJ([ftruncate])
+  gl_PREREQ_FTRUNCATE
+fi
+gl_UNISTD_MODULE_INDICATOR([ftruncate])
 
 Makefile.am:
 
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
-