doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / pwrite
index f2dd02f..78843d4 100644 (file)
@@ -8,11 +8,15 @@ m4/pwrite.m4
 Depends-on:
 unistd
 extensions
+largefile
 lseek           [test $HAVE_PWRITE = 0 || test $REPLACE_PWRITE = 1]
 write           [test $HAVE_PWRITE = 0 || test $REPLACE_PWRITE = 1]
 
 configure.ac:
 gl_FUNC_PWRITE
+if test $HAVE_PWRITE = 0 || test $REPLACE_PWRITE = 1; then
+  AC_LIBOBJ([pwrite])
+fi
 gl_UNISTD_MODULE_INDICATOR([pwrite])
 
 Makefile.am: