fseeko: Respect rules for use of AC_LIBOBJ.
[pspp] / 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
14 configure.ac-early:
15 AC_REQUIRE([AC_FUNC_FSEEKO])
16
17 configure.ac:
18 gl_FUNC_FSEEKO
19 if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then
20   AC_LIBOBJ([fseeko])
21 fi
22 gl_STDIO_MODULE_INDICATOR([fseeko])
23
24 Makefile.am:
25
26 Include:
27 <stdio.h>
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Bruno Haible
34