pt_chown: Make it work with automake < 1.11.
[gnulib.git] / modules / pt_chown
1 Description:
2 Helper program for setting the owner of the slave side of a pseudo-terminal.
3
4 Files:
5 lib/pt_chown.c
6 lib/pty-private.h
7
8 Depends-on:
9 ptsname
10
11 configure.ac:
12
13 Makefile.am:
14 # TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
15 # The next line can be removed once we assume automake >= 1.11.
16 pkglibexecdir = $(libexecdir)/@PACKAGE@
17 pkglibexec_PROGRAMS = pt_chown
18 pt_chown_LDADD = libgnu.a
19
20 Include:
21
22 License:
23 LGPL
24
25 Maintainer:
26 glibc