roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / pread
index 06039e64dd66cb0cf1a161ae738a527b9c369e76..537563a9dcf088f7c687ff12e5cf066eac769753 100644 (file)
@@ -7,9 +7,15 @@ m4/pread.m4
 
 Depends-on:
 unistd
+extensions
+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: