X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpipe-posix;h=e8520d03c8773ce18cf7e4dafe8054131849dde2;hb=1062e7a84e38a0e708fa3a7de81bba8ad45a2d45;hp=9f753db85a7c11d64e445842ab2bd9cbd1f7906b;hpb=e2f1471b021a285916339a73bc12c6b44dbf9a76;p=gnulib.git diff --git a/modules/pipe-posix b/modules/pipe-posix index 9f753db85..e8520d03c 100644 --- a/modules/pipe-posix +++ b/modules/pipe-posix @@ -1,13 +1,18 @@ Description: -Creation of a pipe. +pipe() function: Creation of a pipe. Files: +lib/pipe.c +m4/pipe.m4 Depends-on: unistd configure.ac: -AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) +gl_FUNC_PIPE +if test $HAVE_PIPE = 0; then + AC_LIBOBJ([pipe]) +fi gl_UNISTD_MODULE_INDICATOR([pipe]) Makefile.am: