Hash :
9ff147f4
Author :
Date :
2011-10-19T16:35:50
pt_chown: use configmake to simplify build Even with older automake, our configmake module provides the guarantee that pt_chown needs. * modules/pt_chown (Makefile.am): Drop line guaranteed by configmake. Signed-off-by: Eric Blake <eblake@redhat.com>
Description:
Helper program for setting the owner of the slave side of a pseudo-terminal.
Files:
lib/pt_chown.c
lib/pty-private.h
Depends-on:
ptsname
stdlib
configmake
configure.ac:
Makefile.am:
# TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
pkglibexec_PROGRAMS = pt_chown
pt_chown_LDADD = libgnu.a
Include:
License:
LGPLv2+
Maintainer:
glibc