bump standards-version
[gnulib.git] / modules / grantpt
1 Description:
2 grantpt() function: Acquire ownership of the slave side of a pseudo-terminal.
3
4 Files:
5 lib/grantpt.c
6 lib/pty-private.h
7 m4/grantpt.m4
8
9 Depends-on:
10 stdlib
11 extensions
12 fcntl-h         [test $HAVE_GRANTPT = 0]
13 pt_chown        [test $HAVE_GRANTPT = 0]
14 waitpid         [test $HAVE_GRANTPT = 0]
15 configmake      [test $HAVE_GRANTPT = 0]
16
17 configure.ac:
18 gl_FUNC_GRANTPT
19 if test $HAVE_GRANTPT = 0; then
20   AC_LIBOBJ([grantpt])
21   gl_PREREQ_GRANTPT
22 fi
23 gl_STDLIB_MODULE_INDICATOR([grantpt])
24
25 Makefile.am:
26
27 Include:
28 <stdlib.h>
29
30 License:
31 LGPLv2+
32
33 Maintainer:
34 Bruno Haible