view modules/pt_chown @ 15007:d3a315873582

truncf: Move AC_LIBOBJ invocations to module description. * m4/truncf.m4 (gl_FUNC_TRUNCF): Move AC_LIBOBJ invocation from here... * modules/truncf (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 11:29:32 +0200
parents d214c42cc3fe
children d28ebf7351e2
line wrap: on
line source

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

configure.ac:

Makefile.am:
# TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
# The next line can be removed once we assume automake >= 1.11.
pkglibexecdir = $(libexecdir)/@PACKAGE@
pkglibexec_PROGRAMS = pt_chown
pt_chown_LDADD = libgnu.a

Include:

License:
LGPL

Maintainer:
glibc