X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftello;h=4e81f71b529783e8d7ff9455ef74d3b994039365;hb=e1c466d11a91615c413789ea8bc3ec358f2c6aa9;hp=0994f10d7d767dc4b9077da56b7af20360736514;hpb=fec1b18ce53b4f697d57bd3fa71c6aef1561cd99;p=gnulib.git diff --git a/modules/ftello b/modules/ftello index 0994f10d7..4e81f71b5 100644 --- a/modules/ftello +++ b/modules/ftello @@ -2,13 +2,29 @@ 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 +largefile +sys_types +lseek [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1] +# Just to guarantee consistency between ftell() and ftello(). +ftell + +configure.ac-early: +AC_REQUIRE([AC_FUNC_FSEEKO]) configure.ac: gl_FUNC_FTELLO +if test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1; then + AC_LIBOBJ([ftello]) + gl_PREREQ_FTELLO +fi gl_STDIO_MODULE_INDICATOR([ftello]) Makefile.am: @@ -17,7 +33,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible