lstat, openat: Respect rules for use of AC_LIBOBJ.
[gnulib.git] / modules / lstat
1 Description:
2 lstat() function: return information about a file or symbolic link.
3
4 Files:
5 lib/lstat.c
6 m4/lstat.m4
7
8 Depends-on:
9 sys_stat
10 dosname         [test $REPLACE_LSTAT = 1]
11 stat            [test $REPLACE_LSTAT = 1]
12
13 configure.ac:
14 gl_FUNC_LSTAT
15 if test $REPLACE_LSTAT = 1; then
16   AC_LIBOBJ([lstat])
17   gl_PREREQ_LSTAT
18 fi
19 gl_SYS_STAT_MODULE_INDICATOR([lstat])
20
21 Makefile.am:
22
23 Include:
24 <sys/stat.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Jim Meyering