doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / pread
index 0ae6e74..7281cd6 100644 (file)
@@ -6,13 +6,17 @@ lib/pread.c
 m4/pread.m4
 
 Depends-on:
-extensions
-lseek
-read
 unistd
+extensions
+largefile
+lseek           [test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1]
+read            [test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1]
 
 configure.ac:
 gl_FUNC_PREAD
+if test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1; then
+  AC_LIBOBJ([pread])
+fi
 gl_UNISTD_MODULE_INDICATOR([pread])
 
 Makefile.am: