warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / symlink
blobf6f1db2d79455c46b0741874619f66be1188155b
1 Description:
2 symlink() function: create a symlink, if possible
4 Files:
5 lib/symlink.c
6 m4/symlink.m4
8 Depends-on:
9 unistd
10 lstat           [test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1]
12 configure.ac:
13 gl_FUNC_SYMLINK
14 if test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1; then
15   AC_LIBOBJ([symlink])
17 gl_UNISTD_MODULE_INDICATOR([symlink])
19 Makefile.am:
21 Include:
22 <unistd.h>
24 License:
25 LGPL
27 Maintainer:
28 Eric Blake