doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / ftell
index cc95d16..891fa72 100644 (file)
@@ -12,6 +12,9 @@ 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:
@@ -20,7 +23,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible