getopt-gnu: suppress core dumps from detection code
[gnulib.git] / modules / fseeko
1 Description:
2 fseeko() function: Reposition a FILE stream.
3
4 Files:
5 lib/fseeko.c
6 lib/stdio-impl.h
7 m4/fseeko.m4
8
9 Depends-on:
10 extensions
11 lseek
12 stdio
13 # Just to guarantee consistency between fseek() and fseeko().
14 fseek
15
16 configure.ac-early:
17 AC_REQUIRE([AC_FUNC_FSEEKO])
18
19 configure.ac:
20 gl_FUNC_FSEEKO
21 if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then
22   AC_LIBOBJ([fseeko])
23 fi
24 gl_STDIO_MODULE_INDICATOR([fseeko])
25
26 Makefile.am:
27
28 Include:
29 <stdio.h>
30
31 License:
32 LGPLv2+
33
34 Maintainer:
35 Bruno Haible
36