Hash :
d98b1307
Author :
Date :
2011-10-19T15:07:28
ptsname and others: relax license Discussed here: https://lists.gnu.org/archive/html/bug-gnulib/2011-10/msg00178.html * modules/grantpt (License): Change from LGPLv3+ to LGPLv2+. * modules/unlockpt (License): Likewise. * modules/pt_chown (License): Likewise. * modules/ptsname (License): Likewise. * modules/ttyname_r (License): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
Description:
ttyname_r() function: Determine name of a terminal.
Files:
lib/ttyname_r.c
m4/ttyname_r.m4
Depends-on:
unistd
extensions
configure.ac:
gl_FUNC_TTYNAME_R
if test $HAVE_TTYNAME_R = 0 || test $REPLACE_TTYNAME_R = 1; then
AC_LIBOBJ([ttyname_r])
gl_PREREQ_TTYNAME_R
fi
gl_UNISTD_MODULE_INDICATOR([ttyname_r])
Makefile.am:
Include:
<unistd.h>
License:
LGPLv2+
Maintainer:
Bruno Haible