X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffileblocks;h=2deff815ee179cf9b55e1860dca898ace5342ffe;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=5726af1bbc69b8917506d795cd76055edfc67a4f;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/fileblocks b/modules/fileblocks index 5726af1bb..2deff815e 100644 --- a/modules/fileblocks +++ b/modules/fileblocks @@ -1,4 +1,5 @@ Description: +Estimate number of blocks of a file, if 'struct stat' doesn't have st_blocks. Files: lib/fileblocks.c @@ -8,8 +9,18 @@ Depends-on: configure.ac: gl_FILEBLOCKS +if test $ac_cv_member_struct_stat_st_blocks = no; then + AC_LIBOBJ([fileblocks]) + gl_PREREQ_FILEBLOCKS +fi Makefile.am: Include: +License: +GPL + +Maintainer: +Jim Meyering +