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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8177
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-sys_socket.c
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Depends-on:
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Makefile.am:
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 TESTS += test-sys_socket
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 check_PROGRAMS += test-sys_socket
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 License:
31854ec0c114 Tests for module 'sys_socket'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 LGPL