X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftruncate;h=5a8913975bec3af987019dbd3f28fd2ea6ea4122;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=906ae82474e01c59cfadce0e4e076007391dc001;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/ftruncate b/modules/ftruncate index 906ae8247..5a8913975 100644 --- a/modules/ftruncate +++ b/modules/ftruncate @@ -6,15 +6,27 @@ lib/ftruncate.c m4/ftruncate.m4 Depends-on: +unistd +sys_types +largefile +msvc-nothrow [test $HAVE_FTRUNCATE = 0 || test $REPLACE_FTRUNCATE = 1] +msvc-inval [test $HAVE_FTRUNCATE = 0 || test $REPLACE_FTRUNCATE = 1] configure.ac: -jm_FUNC_FTRUNCATE +gl_FUNC_FTRUNCATE +if test $HAVE_FTRUNCATE = 0 || test $REPLACE_FTRUNCATE = 1; then + AC_LIBOBJ([ftruncate]) + gl_PREREQ_FTRUNCATE +fi +gl_UNISTD_MODULE_INDICATOR([ftruncate]) Makefile.am: Include: +License: +GPL + Maintainer: Jim Meyering -