getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / ftruncate
index 09c2ae0c53827c0a7ed46cd09c397e8393352335..6be248c8420d8dba09d4c3d844090c07a7c45ec2 100644 (file)
@@ -1,17 +1,34 @@
 Description:
 ftruncate() function: truncate an open file to a specified length.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/ftruncate.c
 m4/ftruncate.m4
 
 Depends-on:
+unistd
 
 configure.ac:
-jm_FUNC_FTRUNCATE
+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