maint: fts.c: remove __opendir2's now-unused parameter, oflag
[gnulib.git] / modules / openpty
index 68e00db..27a8bfc 100644 (file)
@@ -1,14 +1,21 @@
 Description:
-Provide the openpty() function.
+openpty() function: Open a pseudo-terminal.
 
 Files:
+lib/openpty.c
 m4/pty.m4
 
 Depends-on:
 pty
+extensions
+fcntl-h
+ioctl
 
 configure.ac:
-gl_OPENPTY
+gl_FUNC_OPENPTY
+if test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1; then
+  AC_LIBOBJ([openpty])
+fi
 gl_PTY_MODULE_INDICATOR([openpty])
 
 Makefile.am: