X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftello;h=b64d80eea31ac8c8f792c431778e39b9855bb880;hb=bed5facc8ba8813aec741ae883a5021f4bc6339e;hp=2d6b724489fbfcbc772a132a6417a80801c2082d;hpb=cec93e99d19f54c8f310b8290bab9014891530e3;p=gnulib.git diff --git a/modules/ftello b/modules/ftello index 2d6b72448..b64d80eea 100644 --- a/modules/ftello +++ b/modules/ftello @@ -3,16 +3,26 @@ 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 +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]) +fi gl_STDIO_MODULE_INDICATOR([ftello]) Makefile.am: @@ -21,7 +31,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible