More conditional dependencies.
[gnulib.git] / modules / readlinkat
1 Description:
2 readlinkat(): read symlinks relative to a directory
3
4 Files:
5 lib/readlinkat.c
6 lib/at-func.c
7 m4/readlinkat.m4
8
9 Depends-on:
10 unistd
11 extensions
12 at-internal     [test $HAVE_READLINKAT = 0]
13 dosname         [test $HAVE_READLINKAT = 0]
14 errno           [test $HAVE_READLINKAT = 0]
15 fchdir          [test $HAVE_READLINKAT = 0]
16 openat-die      [test $HAVE_READLINKAT = 0]
17 openat-h        [test $HAVE_READLINKAT = 0]
18 save-cwd        [test $HAVE_READLINKAT = 0]
19 readlink        [test $HAVE_READLINKAT = 0]
20
21 configure.ac:
22 gl_FUNC_READLINKAT
23 if test $HAVE_READLINKAT = 0; then
24   AC_LIBOBJ([readlinkat])
25 fi
26 gl_UNISTD_MODULE_INDICATOR([readlinkat])
27
28 Makefile.am:
29
30 Include:
31 <fcntl.h>
32 <unistd.h>
33
34 License:
35 GPL
36
37 Maintainer:
38 Jim Meyering, Eric Blake