NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / fpending
index 5db1842..1375eb1 100644 (file)
@@ -1,18 +1,27 @@
 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 $gl_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