Avoid the need for AC_LIBSOURCES in m4 macros.
[gnulib.git] / modules / lchown
1 Description:
2 lchown() function: change ownership of a file.
3
4 Files:
5 lib/lchown.h
6 lib/lchown.c
7 m4/lchown.m4
8
9 Depends-on:
10 chown
11 stat-macros
12
13 configure.ac:
14 gl_FUNC_LCHOWN
15
16 Makefile.am:
17 EXTRA_DIST += lchown.h
18
19 Include:
20 "lchown.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Jim Meyering