X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftello;h=b64d80eea31ac8c8f792c431778e39b9855bb880;hb=cd7b0a9813277c007918335dcb7554ec3dab0cf9;hp=99c70972ba2c29134cd9de19c1528a9cd0e81c6d;hpb=da66e7e62d36d5ebde9a95ad866cd7374971d720;p=gnulib.git diff --git a/modules/ftello b/modules/ftello index 99c70972b..b64d80eea 100644 --- a/modules/ftello +++ b/modules/ftello @@ -4,18 +4,25 @@ 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: -extensions -lseek 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: