warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / pipe-posix
blobe8520d03c8773ce18cf7e4dafe8054131849dde2
1 Description:
2 pipe() function: Creation of a pipe.
4 Files:
5 lib/pipe.c
6 m4/pipe.m4
8 Depends-on:
9 unistd
11 configure.ac:
12 gl_FUNC_PIPE
13 if test $HAVE_PIPE = 0; then
14   AC_LIBOBJ([pipe])
16 gl_UNISTD_MODULE_INDICATOR([pipe])
18 Makefile.am:
20 Include:
21 <unistd.h>
23 License:
24 LGPLv2+
26 Maintainer:
27 Eric Blake