crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / fpending
index 5db18425bbb2fb2c2c5208687825b8464e2c94e9..0b14898663d12c7bfb39dfdb96370db4516ba5b9 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 $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