X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffpending;h=0b14898663d12c7bfb39dfdb96370db4516ba5b9;hb=4bf2b800b24ba0b0cfd069b8ec7ac173714c734d;hp=fad7668dbaf92d96a89cbb8802cf3641fdf2b585;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/fpending b/modules/fpending index fad7668db..0b1489866 100644 --- a/modules/fpending +++ b/modules/fpending @@ -2,20 +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: -EXTRA_DIST += __fpending.h __fpending.c Include: -"__fpending.h" +"fpending.h" License: GPL