bootstrap: Avoid failure when gnulib-tool removed gettext.m4.
[gnulib.git] / modules / ftello
blob7a29e6d581a65c7d89b93b939ae7e9a8838c414c
1 Description:
2 ftello() function: Retrieve the position of a FILE stream.
4 Files:
5 lib/ftello.c
6 lib/stdio-impl.h
7 m4/fseeko.m4
8 m4/ftello.m4
9 m4/ungetc.m4
11 Depends-on:
12 stdio
13 extensions
14 largefile
15 sys_types
16 lseek           [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1]
17 stdckdint       [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1]
18 # Just to guarantee consistency between ftell() and ftello().
19 ftell
21 configure.ac-early:
22 AC_REQUIRE([gl_SET_LARGEFILE_SOURCE])
24 configure.ac:
25 gl_FUNC_FTELLO
26 gl_CONDITIONAL([GL_COND_OBJ_FTELLO],
27                [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1])
28 AM_COND_IF([GL_COND_OBJ_FTELLO], [
29   gl_PREREQ_FTELLO
31 gl_STDIO_MODULE_INDICATOR([ftello])
33 Makefile.am:
34 if GL_COND_OBJ_FTELLO
35 lib_SOURCES += ftello.c
36 endif
38 Include:
39 <stdio.h>
41 License:
42 LGPLv2+
44 Maintainer:
45 all