doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / fileblocks
index 5726af1..2deff81 100644 (file)
@@ -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
+