warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / openpty
blob8d174da7cb4db2fc08956c3929e8eefc2160357a
1 Description:
2 openpty() function: Open a pseudo-terminal.
4 Files:
5 lib/openpty.c
6 m4/pty.m4
8 Depends-on:
9 pty
10 extensions
11 fcntl-h         [test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1]
12 posix_openpt    [test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1]
13 ioctl           [test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1]
15 configure.ac:
16 gl_FUNC_OPENPTY
17 if test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1; then
18   AC_LIBOBJ([openpty])
20 gl_PTY_MODULE_INDICATOR([openpty])
22 Makefile.am:
24 Include:
25 <pty.h>
27 Link:
28 $(PTY_LIB)
30 License:
31 LGPLv2+
33 Maintainer:
34 Simon Josefsson