X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffpending;h=0b14898663d12c7bfb39dfdb96370db4516ba5b9;hb=e56e96fe20f72586e9ec5c528b9a9a06daa2ecc6;hp=5c2cc119afcf790e3b9ec6a52bfb0cd89440a29b;hpb=23fe10e274cf20fb2cb75ea1da9556a733106657;p=gnulib.git diff --git a/modules/fpending b/modules/fpending index 5c2cc119a..0b1489866 100644 --- a/modules/fpending +++ b/modules/fpending @@ -2,21 +2,26 @@ Description: Determine the number of bytes waiting in the output buffer of a stream. Files: -lib/__fpending.h -lib/__fpending.c +lib/fpending.h +lib/fpending.c m4/fpending.m4 Depends-on: configure.ac: gl_FUNC_FPENDING +if test $ac_cv_func___fpending = no; then + AC_LIBOBJ([fpending]) + gl_PREREQ_FPENDING +fi Makefile.am: -lib_SOURCES += __fpending.h Include: -"__fpending.h" +"fpending.h" + +License: +GPL Maintainer: Jim Meyering -