warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / ptsname
blobe135c5af89e581c82c7fc57a6786ae9541138472
1 Description:
2 ptsname() function: Determine name of the slave side of a pseudo-terminal.
4 Files:
5 lib/ptsname.c
6 m4/ptsname.m4
8 Depends-on:
9 stdlib
10 extensions
11 ptsname_r       [test $HAVE_PTSNAME = 0]
13 configure.ac:
14 gl_FUNC_PTSNAME
15 if test $HAVE_PTSNAME = 0 || test $REPLACE_PTSNAME = 1; then
16   AC_LIBOBJ([ptsname])
17   gl_PREREQ_PTSNAME
19 gl_STDLIB_MODULE_INDICATOR([ptsname])
21 Makefile.am:
23 Include:
24 <stdlib.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all