login_tty: add missing dependeny
[gnulib.git] / modules / login_tty
1 Description:
2 login_tty() function: Assign a given terminal as controlling terminal and as
3 standard input, standard output, standard error of the current process.
4
5 Files:
6 lib/login_tty.c
7 m4/pty.m4
8
9 Depends-on:
10 pty
11
12 configure.ac:
13 gl_FUNC_LOGIN_TTY
14 gl_PTY_MODULE_INDICATOR([login_tty])
15
16 Makefile.am:
17
18 Include:
19 extern int login_tty (int);
20
21 Link:
22 $(PTY_LIB)
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible