mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* 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.
35 lines
390 B
Plaintext
35 lines
390 B
Plaintext
Description:
|
|
Filtering of data through a subprocess.
|
|
|
|
Files:
|
|
lib/pipe-filter.h
|
|
lib/pipe-filter-ii.c
|
|
lib/pipe-filter-aux.h
|
|
|
|
Depends-on:
|
|
pipe
|
|
wait-process
|
|
error
|
|
exit
|
|
gettext-h
|
|
stdbool
|
|
stdint
|
|
sys_select
|
|
unistd
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
AC_CHECK_FUNCS_ONCE([select])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += pipe-filter-ii.c
|
|
|
|
Include:
|
|
"pipe-filter.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|