Avoid unnecessary compilation units, through conditional dependencies.
[gnulib.git] / modules / readlink
1 Description:
2 readlink() function: read the value of a symbolic link.
3
4 Files:
5 lib/readlink.c
6 m4/readlink.m4
7
8 Depends-on:
9 unistd
10 stat            [test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1]
11
12 configure.ac:
13 gl_FUNC_READLINK
14 gl_UNISTD_MODULE_INDICATOR([readlink])
15
16 Makefile.am:
17
18 Include:
19 <unistd.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Bruno Haible
26