freopen-safer: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / modules / stat
1 Description:
2 stat() function: query file information
3
4 Files:
5 lib/stat.c
6 m4/stat.m4
7
8 Depends-on:
9 sys_stat
10 dosname         [test $REPLACE_STAT = 1]
11 stdbool         [test $REPLACE_STAT = 1]
12
13 configure.ac:
14 gl_FUNC_STAT
15 if test $REPLACE_STAT = 1; then
16   AC_LIBOBJ([stat])
17   gl_PREREQ_STAT
18 fi
19 gl_SYS_STAT_MODULE_INDICATOR([stat])
20
21 Makefile.am:
22
23 Include:
24 <sys/stat.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Eric Blake