Update to GNU gettext 0.18.
[pspp] / modules / ftello
index 0994f10d7d767dc4b9077da56b7af20360736514..4ba80e3c77e8dec08bc0215bc33950e251cefeda 100644 (file)
@@ -2,11 +2,18 @@ Description:
 ftello() function: Retrieve the position of a FILE stream.
 
 Files:
+lib/ftello.c
+lib/stdio-impl.h
 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])