maintainer-makefile: derive VERSION from RELEASE only from command line
[gnulib.git] / modules / ptsname_r
blobe29712d21f12d034127f231c021d46faf898e5b7
1 Description:
2 ptsname_r() function: Determine name of the slave side of a pseudo-terminal.
4 Files:
5 lib/ptsname_r.c
6 m4/ptsname_r.m4
8 Depends-on:
9 stdlib
10 extensions
11 isatty          [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
12 stat            [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
13 ttyname_r       [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
15 configure.ac:
16 gl_FUNC_PTSNAME_R
17 gl_CONDITIONAL([GL_COND_OBJ_PTSNAME_R],
18                [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1])
19 AM_COND_IF([GL_COND_OBJ_PTSNAME_R], [
20   gl_PREREQ_PTSNAME_R
22 gl_STDLIB_MODULE_INDICATOR([ptsname_r])
24 Makefile.am:
25 if GL_COND_OBJ_PTSNAME_R
26 lib_SOURCES += ptsname_r.c
27 endif
29 Include:
30 <stdlib.h>
32 License:
33 LGPLv2+
35 Maintainer:
36 Eric Blake