ftello: Respect rules for use of AC_LIBOBJ.
[gnulib.git] / modules / ftello
1 Description:
2 ftello() function: Retrieve the position of a FILE stream.
3
4 Files:
5 lib/ftello.c
6 lib/stdio-impl.h
7 m4/fseeko.m4
8 m4/ftello.m4
9
10 Depends-on:
11 stdio
12 extensions
13 lseek           [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1]
14
15 configure.ac-early:
16 AC_REQUIRE([AC_FUNC_FSEEKO])
17
18 configure.ac:
19 gl_FUNC_FTELLO
20 if test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1; then
21   AC_LIBOBJ([ftello])
22 fi
23 gl_STDIO_MODULE_INDICATOR([ftello])
24
25 Makefile.am:
26
27 Include:
28 <stdio.h>
29
30 License:
31 LGPLv2+
32
33 Maintainer:
34 Bruno Haible
35