X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffpending;h=0b14898663d12c7bfb39dfdb96370db4516ba5b9;hb=b8d5f042e8a565bab1d73a5d7f56db342ae51451;hp=153743272cc418eb969c9604a9ca541c6dfa827a;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/fpending b/modules/fpending index 153743272..0b1489866 100644 --- a/modules/fpending +++ b/modules/fpending @@ -2,18 +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: -jm_FUNC_FPENDING +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