Hash :
fa6c6e14
Author :
Date :
2011-05-21T17:26:05
login_tty: Move AC_LIBOBJ invocations to module description. * m4/pty.m4 (gl_FUNC_LOGIN_TTY): Move AC_LIBOBJ invocation from here... * modules/login_tty (configure.ac): ... to here.
Description:
login_tty() function: Assign a given terminal as controlling terminal and as
standard input, standard output, standard error of the current process.
Files:
lib/login_tty.c
m4/pty.m4
Depends-on:
pty
sys_ioctl
configure.ac:
gl_FUNC_LOGIN_TTY
if test $ac_cv_func_login_tty = no; then
AC_LIBOBJ([login_tty])
fi
gl_PTY_MODULE_INDICATOR([login_tty])
Makefile.am:
Include:
extern int login_tty (int);
Link:
$(PTY_LIB)
License:
LGPL
Maintainer:
Bruno Haible