New module 'gperf'.
[gnulib.git] / modules / ftello
index 0994f10..d7ea365 100644 (file)
@@ -2,11 +2,16 @@ Description:
 ftello() function: Retrieve the position of a FILE stream.
 
 Files:
+lib/ftello.c
 m4/ftello.m4
 
 Depends-on:
+lseek
 stdio
 
+configure.ac-early:
+AC_REQUIRE([AC_FUNC_FSEEKO])
+
 configure.ac:
 gl_FUNC_FTELLO
 gl_STDIO_MODULE_INDICATOR([ftello])