X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftello;h=b64d80eea31ac8c8f792c431778e39b9855bb880;hb=3e460831579f03b5f96703073b02052478b854df;hp=b042e84808593211317a6f303377d24a1bcf2f54;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/ftello b/modules/ftello index b042e8480..b64d80eea 100644 --- a/modules/ftello +++ b/modules/ftello @@ -10,13 +10,19 @@ 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: