posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / isapipe
blob25a87b19de921dee7eca4795f0840c85171f3c2e
1 Description:
2 Test whether a file descriptor is a pipe.
4 Files:
5 lib/isapipe.c
6 lib/isapipe.h
7 m4/isapipe.m4
9 Depends-on:
10 stdbool         [test $HAVE_ISAPIPE = 0]
11 sys_stat        [test $HAVE_ISAPIPE = 0]
12 unistd          [test $HAVE_ISAPIPE = 0]
13 msvc-nothrow    [test $HAVE_ISAPIPE = 0]
14 fstat           [test $HAVE_ISAPIPE = 0]
16 configure.ac:
17 gl_ISAPIPE
18 if test $HAVE_ISAPIPE = 0; then
19   AC_LIBOBJ([isapipe])
20   gl_PREREQ_ISAPIPE
23 Makefile.am:
25 Include:
26 "isapipe.h"
28 License:
29 LGPL
31 Maintainer:
32 Paul Eggert, Jim Meyering