posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / fseek
blob9a90ac29dd8e803dfa49b8931804159ac38bffbc
1 Description:
2 fseek() function: Reposition a FILE stream.
4 Files:
5 lib/fseek.c
6 m4/fseek.m4
8 Depends-on:
9 stdio
10 fseeko          [test $REPLACE_FSEEK = 1]
12 configure.ac:
13 gl_FUNC_FSEEK
14 if test $REPLACE_FSEEK = 1; then
15   AC_LIBOBJ([fseek])
17 gl_STDIO_MODULE_INDICATOR([fseek])
19 Makefile.am:
21 Include:
22 <stdio.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all