Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / fileblocks
blob2deff815ee179cf9b55e1860dca898ace5342ffe
1 Description:
2 Estimate number of blocks of a file, if 'struct stat' doesn't have st_blocks.
4 Files:
5 lib/fileblocks.c
6 m4/fileblocks.m4
8 Depends-on:
10 configure.ac:
11 gl_FILEBLOCKS
12 if test $ac_cv_member_struct_stat_st_blocks = no; then
13   AC_LIBOBJ([fileblocks])
14   gl_PREREQ_FILEBLOCKS
17 Makefile.am:
19 Include:
21 License:
22 GPL
24 Maintainer:
25 Jim Meyering