warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / statat
blob074d342bd8d1c73a3b68abd693617385bdcf5f94
1 Description:
2 statat() and lstatat() functions: Return info about a file at a directory.
4 Files:
5 lib/statat.c
7 Depends-on:
8 fstatat
10 configure.ac:
11 gl_MODULE_INDICATOR([statat]) dnl for lib/openat.h
13 Makefile.am:
14 lib_SOURCES += statat.c
16 Include:
17 "openat.h"
19 License:
20 GPL
22 Maintainer:
23 Jim Meyering, Eric Blake, Paul Eggert