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