iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / fpending
index eadf686e27f80326a991d74b640094de6d4c3eff..0b14898663d12c7bfb39dfdb96370db4516ba5b9 100644 (file)
@@ -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
 
 Include:
-"__fpending.h"
+"fpending.h"
 
 License:
 GPL