roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / fseeko
index af6eccbd1ecfc54f609c11df2992bafbfd240e7e..07f78e5550b4456cc99d721c74e9733101a5f296 100644 (file)
@@ -3,16 +3,24 @@ fseeko() function: Reposition a FILE stream.
 
 Files:
 lib/fseeko.c
+lib/stdio-impl.h
 m4/fseeko.m4
 
 Depends-on:
+extensions
+lseek
 stdio
+# Just to guarantee consistency between fseek() and fseeko().
+fseek
 
 configure.ac-early:
 AC_REQUIRE([AC_FUNC_FSEEKO])
 
 configure.ac:
 gl_FUNC_FSEEKO
+if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then
+  AC_LIBOBJ([fseeko])
+fi
 gl_STDIO_MODULE_INDICATOR([fseeko])
 
 Makefile.am:
@@ -21,7 +29,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible