X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fisapipe;h=25a87b19de921dee7eca4795f0840c85171f3c2e;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=9431a7a6ee28748199317ad6829ad1ca4de77624;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/isapipe b/modules/isapipe index 9431a7a6e..25a87b19d 100644 --- a/modules/isapipe +++ b/modules/isapipe @@ -7,15 +7,20 @@ lib/isapipe.h m4/isapipe.m4 Depends-on: -stat-macros -stdbool -unistd +stdbool [test $HAVE_ISAPIPE = 0] +sys_stat [test $HAVE_ISAPIPE = 0] +unistd [test $HAVE_ISAPIPE = 0] +msvc-nothrow [test $HAVE_ISAPIPE = 0] +fstat [test $HAVE_ISAPIPE = 0] configure.ac: gl_ISAPIPE +if test $HAVE_ISAPIPE = 0; then + AC_LIBOBJ([isapipe]) + gl_PREREQ_ISAPIPE +fi Makefile.am: -EXTRA_DIST += isapipe.h isapipe.c Include: "isapipe.h"