Avoid the need for AC_LIBSOURCES in m4 macros.
[gnulib.git] / modules / openat
1 Description:
2 Open a file at a directory.
3
4 Files:
5 lib/at-func.c
6 lib/fchmodat.c
7 lib/mkdirat.c
8 lib/openat.c
9 lib/openat.h
10 lib/openat-die.c
11 lib/openat-priv.h
12 m4/openat.m4
13
14 Depends-on:
15 dirname
16 extensions
17 gettext-h
18 intprops
19 lstat
20 save-cwd
21
22 configure.ac:
23 gl_FUNC_OPENAT
24
25 Makefile.am:
26 EXTRA_DIST += at-func.c openat.h openat-priv.h
27
28 Include:
29 "openat.h"
30
31 License:
32 GPL
33
34 Maintainer:
35 Jim Meyering