added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / fseeko
index ed72f14..3581d8a 100644 (file)
@@ -2,11 +2,18 @@ Description:
 fseeko() function: Reposition a FILE stream.
 
 Files:
+lib/fseeko.c
+lib/stdio-impl.h
 m4/fseeko.m4
 
 Depends-on:
+extensions
+lseek
 stdio
 
+configure.ac-early:
+AC_REQUIRE([AC_FUNC_FSEEKO])
+
 configure.ac:
 gl_FUNC_FSEEKO
 gl_STDIO_MODULE_INDICATOR([fseeko])
@@ -17,7 +24,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible