X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffseeko;h=07f78e5550b4456cc99d721c74e9733101a5f296;hb=50de7d77b196dd18d2504b31a5bdf151ecaebcef;hp=cb26003de819ae24b021fa7ec66e61e33f0604dd;hpb=661445a1c0cf9197442b7d25270d4fbdcd14fb5a;p=gnulib.git diff --git a/modules/fseeko b/modules/fseeko index cb26003de..07f78e555 100644 --- a/modules/fseeko +++ b/modules/fseeko @@ -3,18 +3,24 @@ fseeko() function: Reposition a FILE stream. Files: lib/fseeko.c +lib/stdio-impl.h m4/fseeko.m4 Depends-on: +extensions lseek stdio -verify +# Just to guarantee consistency between fseek() and fseeko(). +fseek configure.ac-early: AC_REQUIRE([AC_FUNC_FSEEKO]) configure.ac: gl_FUNC_FSEEKO +if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then + AC_LIBOBJ([fseeko]) +fi gl_STDIO_MODULE_INDICATOR([fseeko]) Makefile.am: