Avoid some possibly wrong configure test results.
[gnulib.git] / modules / fseeko
blobd47763f24e82eceaba59a45df1f907307840ba26
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([gl_SET_LARGEFILE_SOURCE])
21 configure.ac:
22 gl_FUNC_FSEEKO
23 gl_CONDITIONAL([GL_COND_OBJ_FSEEKO],
24                [test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1])
25 AM_COND_IF([GL_COND_OBJ_FSEEKO], [
26   gl_PREREQ_FSEEKO
28 gl_STDIO_MODULE_INDICATOR([fseeko])
30 Makefile.am:
31 if GL_COND_OBJ_FSEEKO
32 lib_SOURCES += fseeko.c
33 endif
35 Include:
36 <stdio.h>
38 License:
39 LGPLv2+
41 Maintainer:
42 all