getcwd-lgpl: new module
[pspp] / modules / forkpty
index 8fcb3821967e26cad39ab05176c9dc4b7d93556f..78ba5043a5aee02dbe955a404ff6d730b12502e1 100644 (file)
@@ -1,5 +1,6 @@
 Description:
-Provide the forkpty() function.
+forkpty() function: Open a pseudo-terminal, fork, and connect the child process
+to the pseudo-terminal's slave.
 
 Files:
 lib/forkpty.c
@@ -7,9 +8,11 @@ m4/pty.m4
 
 Depends-on:
 pty
+openpty
+login_tty
 
 configure.ac:
-gl_FORKPTY
+gl_FUNC_FORKPTY
 gl_PTY_MODULE_INDICATOR([forkpty])
 
 Makefile.am: