X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffpending;h=0b14898663d12c7bfb39dfdb96370db4516ba5b9;hb=4752c7c4aaba4eca621082dc8042646f6efd71ec;hp=abdcadaf46759fb85206083b03ef1d4eecfc7f22;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/fpending b/modules/fpending index abdcadaf4..0b1489866 100644 --- a/modules/fpending +++ b/modules/fpending @@ -2,19 +2,23 @@ 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: Include: -"__fpending.h" +"fpending.h" License: GPL