doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / ftell
index 1dd2348..891fa72 100644 (file)
@@ -6,11 +6,15 @@ lib/ftell.c
 m4/ftell.m4
 
 Depends-on:
-ftello
 stdio
+errno
+ftello          [test $REPLACE_FTELL = 1]
 
 configure.ac:
 gl_FUNC_FTELL
+if test $REPLACE_FTELL = 1; then
+  AC_LIBOBJ([ftell])
+fi
 gl_STDIO_MODULE_INDICATOR([ftell])
 
 Makefile.am:
@@ -19,7 +23,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible