mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-22 09:06:25 +00:00
ccc2db08ab
* m4/pipe.m4 (gl_FUNC_PIPE): Move AC_LIBOBJ invocation from here... * modules/pipe-posix (configure.ac): ... to here.
28 lines
292 B
Plaintext
28 lines
292 B
Plaintext
Description:
|
|
pipe() function: Creation of a pipe.
|
|
|
|
Files:
|
|
lib/pipe.c
|
|
m4/pipe.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_FUNC_PIPE
|
|
if test $HAVE_PIPE = 0; then
|
|
AC_LIBOBJ([pipe])
|
|
fi
|
|
gl_UNISTD_MODULE_INDICATOR([pipe])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Eric Blake
|