X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffseeko;h=75b129ca5c68a1ae3309f77a4f12e1aea9d32bb5;hb=d28182354554d3778e7a5e39816638c8eefa4afd;hp=af6eccbd1ecfc54f609c11df2992bafbfd240e7e;hpb=cec93e99d19f54c8f310b8290bab9014891530e3;p=gnulib.git diff --git a/modules/fseeko b/modules/fseeko index af6eccbd1..75b129ca5 100644 --- a/modules/fseeko +++ b/modules/fseeko @@ -3,16 +3,25 @@ fseeko() function: Reposition a FILE stream. Files: lib/fseeko.c +lib/stdio-impl.h m4/fseeko.m4 Depends-on: +extensions +largefile +lseek stdio +# 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: @@ -21,7 +30,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible