X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffseeko;h=cd106aa5e350b32ce14ac28aa9c031a9872905c1;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=eb109011edc1a45dbe8ba9b7cb36d5b90e685c86;hpb=89861a8be877136ea47794016b00a5a095c30ea4;p=gnulib.git diff --git a/modules/fseeko b/modules/fseeko index eb109011e..cd106aa5e 100644 --- a/modules/fseeko +++ b/modules/fseeko @@ -3,17 +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: