tests: avoid spurious assertion failure in test-float.c on ppc64
[gnulib.git] / modules / isapipe
1 Description:
2 Test whether a file descriptor is a pipe.
3
4 Files:
5 lib/isapipe.c
6 lib/isapipe.h
7 m4/isapipe.m4
8
9 Depends-on:
10 stdbool         [test $HAVE_ISAPIPE = 0]
11 sys_stat        [test $HAVE_ISAPIPE = 0]
12 unistd          [test $HAVE_ISAPIPE = 0]
13
14 configure.ac:
15 gl_ISAPIPE
16 if test $HAVE_ISAPIPE = 0; then
17   AC_LIBOBJ([isapipe])
18   gl_PREREQ_ISAPIPE
19 fi
20
21 Makefile.am:
22
23 Include:
24 "isapipe.h"
25
26 License:
27 LGPL
28
29 Maintainer:
30 Paul Eggert, Jim Meyering