posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / readlink
blobc93e8524c228b58dd10eb83c546cfaca080c15eb
1 Description:
2 readlink() function: read the value of a symbolic link.
4 Files:
5 lib/readlink.c
6 m4/readlink.m4
8 Depends-on:
9 unistd
10 stat            [test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1]
12 configure.ac:
13 gl_FUNC_READLINK
14 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
15   AC_LIBOBJ([readlink])
16   gl_PREREQ_READLINK
18 gl_UNISTD_MODULE_INDICATOR([readlink])
20 Makefile.am:
22 Include:
23 <unistd.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all