X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftello;h=b042e84808593211317a6f303377d24a1bcf2f54;hb=b6772983c800c6faee7fc793b83975afb6d58bcc;hp=4ba80e3c77e8dec08bc0215bc33950e251cefeda;hpb=55ca839ef4bfcf78114ef277c618385b521a5f5c;p=gnulib.git diff --git a/modules/ftello b/modules/ftello index 4ba80e3c7..b042e8480 100644 --- a/modules/ftello +++ b/modules/ftello @@ -4,12 +4,13 @@ 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 +lseek [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1] configure.ac-early: AC_REQUIRE([AC_FUNC_FSEEKO]) @@ -24,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible