NEWS.stable: update
[gnulib.git] / modules / ftello
index 0994f10..b042e84 100644 (file)
@@ -2,10 +2,18 @@ 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:
 stdio
+extensions
+lseek           [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1]
+
+configure.ac-early:
+AC_REQUIRE([AC_FUNC_FSEEKO])
 
 configure.ac:
 gl_FUNC_FTELLO
@@ -17,7 +25,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible