X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffseeko;h=cd106aa5e350b32ce14ac28aa9c031a9872905c1;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=ced94529cfa5ad7d27ad6d08e94d5b1b12c20e2f;hpb=8e9b35958cc2102a37b6aa0e64509599c3460ebb;p=gnulib.git diff --git a/modules/fseeko b/modules/fseeko index ced94529c..cd106aa5e 100644 --- a/modules/fseeko +++ b/modules/fseeko @@ -3,18 +3,27 @@ fseeko() function: Reposition a FILE stream. Files: lib/fseeko.c +lib/stdio-impl.h m4/fseeko.m4 Depends-on: extensions +largefile lseek stdio +sys_types +# 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]) + gl_PREREQ_FSEEKO +fi gl_STDIO_MODULE_INDICATOR([fseeko]) Makefile.am: