annotate modules/ftell @ 14914:ef09e997c426

ftell: Move AC_LIBOBJ invocations to module description. * m4/ftell.m4 (gl_FUNC_FTELL): Move AC_LIBOBJ invocation from here... * modules/ftell (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 May 2011 13:40:26 +0200
parents efab6978105e
children 64c288a5020b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8888
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 ftell() function: Retrieve the position of a FILE stream.
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/ftell.c
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/ftell.m4
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 stdio
10427
c1afe24d144c Remove module EOVERFLOW.
Bruno Haible <bruno@clisp.org>
parents: 9831
diff changeset
10 errno
14683
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 10427
diff changeset
11 ftello [test $REPLACE_FTELL = 1]
8888
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_FUNC_FTELL
14914
ef09e997c426 ftell: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
15 if test $REPLACE_FTELL = 1; then
ef09e997c426 ftell: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
16 AC_LIBOBJ([ftell])
ef09e997c426 ftell: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
17 fi
8888
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 gl_STDIO_MODULE_INDICATOR([ftell])
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Makefile.am:
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 <stdio.h>
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 License:
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 LGPL
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Maintainer:
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Bruno Haible
6f9096a04fe8 New module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30