X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffseeko;h=cd106aa5e350b32ce14ac28aa9c031a9872905c1;hb=0dc43482065b697a7e64ac7cc7fba7c848924997;hp=ed72f14cc98539ead08ec14199f43e397035d632;hpb=8d634350755eb9e22cc54e44439edf074492f883;p=gnulib.git diff --git a/modules/fseeko b/modules/fseeko index ed72f14cc..cd106aa5e 100644 --- a/modules/fseeko +++ b/modules/fseeko @@ -2,13 +2,28 @@ Description: 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: @@ -17,7 +32,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible