warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / pt_chown
blobddde845a8ed696922b496241bc465865a861ecea
1 Description:
2 Helper program for setting the owner of the slave side of a pseudo-terminal.
4 Files:
5 lib/pt_chown.c
6 lib/pty-private.h
8 Depends-on:
9 ptsname
10 root-uid
11 stdlib
12 configmake
14 configure.ac:
16 Makefile.am:
17 # TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
18 pkglibexec_PROGRAMS = pt_chown
19 pt_chown_LDADD = libgnu.a
21 Include:
23 License:
24 LGPLv2+
26 Maintainer:
27 glibc