Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / link
1 Description:
2 link() function: create a new link for an existing file
3
4 Files:
5 lib/link.c
6 m4/link.m4
7
8 Depends-on:
9 unistd
10 stat            [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
11 strdup-posix    [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
12 sys_stat        [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
13
14 configure.ac:
15 gl_FUNC_LINK
16 if test $HAVE_LINK = 0 || test $REPLACE_LINK = 1; then
17   AC_LIBOBJ([link])
18 fi
19 gl_UNISTD_MODULE_INDICATOR([link])
20
21 Makefile.am:
22
23 Include:
24 <unistd.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Martin Lambers, Eric Blake