Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/fpending @ 15043:0527dd6759fc
memset: Move AC_LIBOBJ invocations to module description.
* m4/memset.m4 (gl_FUNC_MEMSET): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMSET invocations from
here...
* modules/memset (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 15:28:17 +0200 |
parents | 6e62e423a53b |
children | 3efb2780c5ae |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Determine the number of bytes waiting in the output buffer of a stream. |
4110 | 3 |
4 Files: | |
9183
cc316ffcb4fc
Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
Jim Meyering <jim@meyering.net>
parents:
7497
diff
changeset
|
5 lib/fpending.h |
cc316ffcb4fc
Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
Jim Meyering <jim@meyering.net>
parents:
7497
diff
changeset
|
6 lib/fpending.c |
4110 | 7 m4/fpending.m4 |
8 | |
9 Depends-on: | |
10 | |
11 configure.ac: | |
5016
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
4197
diff
changeset
|
12 gl_FUNC_FPENDING |
14943
6e62e423a53b
fpending: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
9183
diff
changeset
|
13 if test $ac_cv_func___fpending = no; then |
6e62e423a53b
fpending: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
9183
diff
changeset
|
14 AC_LIBOBJ([fpending]) |
6e62e423a53b
fpending: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
9183
diff
changeset
|
15 gl_PREREQ_FPENDING |
6e62e423a53b
fpending: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
9183
diff
changeset
|
16 fi |
4110 | 17 |
18 Makefile.am: | |
19 | |
20 Include: | |
9183
cc316ffcb4fc
Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
Jim Meyering <jim@meyering.net>
parents:
7497
diff
changeset
|
21 "fpending.h" |
4110 | 22 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
23 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
24 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
25 |
4197 | 26 Maintainer: |
27 Jim Meyering |