roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / pipe-posix
index 9f753db85a7c11d64e445842ab2bd9cbd1f7906b..e8520d03c8773ce18cf7e4dafe8054131849dde2 100644 (file)
@@ -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: