doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / read
index 85a9e02..baa758b 100644 (file)
@@ -7,9 +7,15 @@ m4/read.m4
 
 Depends-on:
 unistd
+msvc-inval      [test $REPLACE_READ = 1]
+msvc-nothrow    [test $REPLACE_READ = 1]
 
 configure.ac:
 gl_FUNC_READ
+if test $REPLACE_READ = 1; then
+  AC_LIBOBJ([read])
+  gl_PREREQ_READ
+fi
 gl_UNISTD_MODULE_INDICATOR([read])
 
 Makefile.am: