Hash :
0f24cad0
Author :
Date :
2009-10-13T09:15:52
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.
Description:
Filtering of data through a subprocess.
Files:
lib/pipe-filter.h
lib/pipe-filter-gi.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-gi.c
Include:
"pipe-filter.h"
License:
GPL
Maintainer:
Paolo Bonzini, Bruno Haible