gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / pclose
1 Description:
2 pclose() function: close a stream to a shell command.
3
4 Files:
5 lib/pclose.c
6 m4/pclose.m4
7
8 Depends-on:
9 stdio
10
11 configure.ac:
12 gl_FUNC_PCLOSE
13 if test $HAVE_PCLOSE = 0; then
14   AC_LIBOBJ([pclose])
15   gl_PREREQ_PCLOSE
16 fi
17 gl_STDIO_MODULE_INDICATOR([pclose])
18
19 Makefile.am:
20
21 Include:
22 <stdio.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible