X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftello;h=9a0b62d023520fbad7937637a9f1eddf16739405;hb=883b9007b919bce1c06e030c28220aeee2a825fc;hp=0994f10d7d767dc4b9077da56b7af20360736514;hpb=fec1b18ce53b4f697d57bd3fa71c6aef1561cd99;p=gnulib.git diff --git a/modules/ftello b/modules/ftello index 0994f10d7..9a0b62d02 100644 --- a/modules/ftello +++ b/modules/ftello @@ -2,11 +2,17 @@ Description: ftello() function: Retrieve the position of a FILE stream. Files: +lib/ftello.c m4/ftello.m4 Depends-on: +extensions +lseek stdio +configure.ac-early: +AC_REQUIRE([AC_FUNC_FSEEKO]) + configure.ac: gl_FUNC_FTELLO gl_STDIO_MODULE_INDICATOR([ftello])