dup2: Remove check for dup2, unless supporting old obsolete platforms.
[pspp] / modules / ftello
index 0994f10d7d767dc4b9077da56b7af20360736514..0cf160c981f40b85c336b8ef8a7d4eef5eb6eddc 100644 (file)
@@ -2,11 +2,19 @@ Description:
 ftello() function: Retrieve the position of a FILE stream.
 
 Files:
+lib/ftello.c
+lib/stdio-impl.h
+m4/fseeko.m4
 m4/ftello.m4
 
 Depends-on:
+extensions
+lseek
 stdio
 
+configure.ac-early:
+AC_REQUIRE([AC_FUNC_FSEEKO])
+
 configure.ac:
 gl_FUNC_FTELLO
 gl_STDIO_MODULE_INDICATOR([ftello])
@@ -17,7 +25,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible