warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / link
blob5ea0ac2ff98efeee82f093dc2d7d8c09a4e13d2d
1 Description:
2 link() function: create a new link for an existing file
4 Files:
5 lib/link.c
6 m4/link.m4
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]
14 configure.ac:
15 gl_FUNC_LINK
16 if test $HAVE_LINK = 0 || test $REPLACE_LINK = 1; then
17   AC_LIBOBJ([link])
19 gl_UNISTD_MODULE_INDICATOR([link])
21 Makefile.am:
23 Include:
24 <unistd.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 Martin Lambers, Eric Blake