Mercurial > hg > octave-kai > gnulib-hg
annotate modules/sys_socket-tests @ 12166:d943ffe46edc
use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
* modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
* modules/pipe-filter-ii: Likewise.
* modules/sys_socket-tests: Likewise.
* modules/tsearch-tests: Likewise.
* Makefile (sc_prefer_ac_check_funcs_once): New rule.
(check): Depend on it.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Tue, 13 Oct 2009 09:15:52 +0200 (2009-10-13) |
parents | 7304ea530640 |
children | 15712244d6dc |
rev | line source |
---|---|
8177 | 1 Files: |
2 tests/test-sys_socket.c | |
3 | |
4 Depends-on: | |
5 | |
6 configure.ac: | |
12166
d943ffe46edc
use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
Jim Meyering <meyering@redhat.com>
parents:
8499
diff
changeset
|
7 AC_CHECK_FUNCS_ONCE([shutdown]) |
8177 | 8 |
9 Makefile.am: | |
10 TESTS += test-sys_socket | |
11 check_PROGRAMS += test-sys_socket | |
12 | |
13 License: | |
14 LGPL |