1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00
Files
gnulib/modules/pipe-filter-ii
Jim Meyering 0f24cad045 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.
2009-10-13 09:15:52 +02:00

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