Mercurial > hg > octave-kai > gnulib-hg
annotate modules/freopen-tests @ 15042:8e387f7f0bf9
memrchr: Move AC_LIBOBJ invocations to module description.
* m4/memrchr.m4 (gl_FUNC_MEMRCHR): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMRCHR invocations from
here...
* modules/memrchr (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 15:25:34 +0200 |
parents | a48d3d749ca5 |
children | 1544d00cbf34 |
rev | line source |
---|---|
9303 | 1 Files: |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
2 tests/test-freopen.c |
12489 | 3 tests/signature.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/macros.h |
9303 | 5 |
6 Depends-on: | |
7 | |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-freopen | |
12 check_PROGRAMS += test-freopen | |
13 |