Refresh 01-gnulib-directory.patch
[gnulib.git] / modules / symlinkat
1 Description:
2 symlinkat(): create symlinks relative to a directory
3
4 Files:
5 lib/symlinkat.c
6 m4/symlinkat.m4
7
8 Depends-on:
9 unistd
10 extensions
11 fcntl-h
12 openat          [test $HAVE_SYMLINKAT = 0]
13 symlink         [test $HAVE_SYMLINKAT = 0]
14
15 configure.ac:
16 gl_FUNC_SYMLINKAT
17 if test $HAVE_SYMLINKAT = 0; then
18   AC_LIBOBJ([symlinkat])
19 fi
20 gl_UNISTD_MODULE_INDICATOR([symlinkat])
21
22 Makefile.am:
23
24 Include:
25 <fcntl.h>
26 <unistd.h>
27
28 License:
29 GPL
30
31 Maintainer:
32 Jim Meyering, Eric Blake