X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fftruncate;h=097ed9c770817c18f4ab8389a3f49c5e4ffeb07b;hb=b1098d3defbaf285f3ed8eff414fa43ffc59d6a2;hp=0b383cdb76f5b99106fae78c3e972b8122541b90;hpb=23fe10e274cf20fb2cb75ea1da9556a733106657;p=gnulib.git diff --git a/modules/ftruncate b/modules/ftruncate index 0b383cdb7..097ed9c77 100644 --- a/modules/ftruncate +++ b/modules/ftruncate @@ -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: +License: +GPL + Maintainer: Jim Meyering -