warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / fseeko
blobd4cc1628454e3a85d7a1c0713503ee4fe1c5a363
1 Description:
2 fseeko() function: Reposition a FILE stream.
4 Files:
5 lib/fseeko.c
6 lib/stdio-impl.h
7 m4/fseeko.m4
9 Depends-on:
10 extensions
11 largefile
12 lseek
13 stdio
14 sys_types
15 # Just to guarantee consistency between fseek() and fseeko().
16 fseek
18 configure.ac-early:
19 AC_REQUIRE([AC_FUNC_FSEEKO])
21 configure.ac:
22 gl_FUNC_FSEEKO
23 if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then
24   AC_LIBOBJ([fseeko])
25   gl_PREREQ_FSEEKO
27 gl_STDIO_MODULE_INDICATOR([fseeko])
29 Makefile.am:
31 Include:
32 <stdio.h>
34 License:
35 LGPLv2+
37 Maintainer:
38 all