Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
[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
12 configure.ac:
13 gl_FUNC_LCHOWN
14
15 Makefile.am:
16 lib_SOURCES += lchown.h
17
18 Include:
19 "lchown.h"
20
21 Maintainer:
22 Jim Meyering
23