warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / grantpt
blob486bb8550ea6ba0fc8a9de8c9f95b9499d321698
1 Description:
2 grantpt() function: Acquire ownership of the slave side of a pseudo-terminal.
4 Files:
5 lib/grantpt.c
6 lib/pty-private.h
7 m4/grantpt.m4
9 Depends-on:
10 stdlib
11 extensions
12 builtin-expect  [test $HAVE_GRANTPT = 0]
13 pt_chown        [test $HAVE_GRANTPT = 0]
14 waitpid         [test $HAVE_GRANTPT = 0]
15 configmake      [test $HAVE_GRANTPT = 0]
17 configure.ac:
18 gl_FUNC_GRANTPT
19 if test $HAVE_GRANTPT = 0; then
20   AC_LIBOBJ([grantpt])
21   gl_PREREQ_GRANTPT
23 gl_STDLIB_MODULE_INDICATOR([grantpt])
25 Makefile.am:
27 Include:
28 <stdlib.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 all