utimens: port to NetBSD-10.99.12/amd64
[gnulib.git] / modules / pclose
blobe5ec82f7677ab2163b4553c25dc3f6598608070b
1 Description:
2 pclose() function: close a stream to a shell command.
4 Files:
5 lib/pclose.c
6 m4/pclose.m4
8 Depends-on:
9 stdio
11 configure.ac:
12 gl_FUNC_PCLOSE
13 gl_CONDITIONAL([GL_COND_OBJ_PCLOSE], [test $HAVE_PCLOSE = 0])
14 AM_COND_IF([GL_COND_OBJ_PCLOSE], [
15   gl_PREREQ_PCLOSE
17 gl_STDIO_MODULE_INDICATOR([pclose])
19 Makefile.am:
20 if GL_COND_OBJ_PCLOSE
21 lib_SOURCES += pclose.c
22 endif
24 Include:
25 <stdio.h>
27 License:
28 LGPL
30 Maintainer:
31 all