annotate modules/fwritable @ 14952:36cb7e4a23d5

fwritable: Move AC_LIBOBJ invocations to module description. * m4/fwritable.m4 (gl_FUNC_FWRITABLE): Move AC_LIBOBJ invocation from here... * modules/fwritable (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 May 2011 13:47:27 +0200
parents 2c1ba629f5d5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8689
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 fwritable() function: Determine whether a FILE stream supports writing.
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/fwritable.h
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/fwritable.c
9980
2c1ba629f5d5 New private include file lib/stdio-impl.h.
Bruno Haible <bruno@clisp.org>
parents: 8689
diff changeset
7 lib/stdio-impl.h
8689
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 m4/fwritable.m4
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 stdbool
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_FUNC_FWRITABLE
14952
36cb7e4a23d5 fwritable: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 9980
diff changeset
15 if test $ac_cv_func___fwritable = no; then
36cb7e4a23d5 fwritable: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 9980
diff changeset
16 AC_LIBOBJ([fwritable])
36cb7e4a23d5 fwritable: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 9980
diff changeset
17 fi
8689
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 "fwritable.h"
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 LGPL
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Bruno Haible, Eric Blake
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29