view modules/pipe-filter-gi @ 15222:62089e9fcc47

modechange: Move AC_LIBOBJ invocations to module description. * m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation. * modules/modechange (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 00:57:31 +0200
parents d214c42cc3fe
children 99fa3b05f1c8
line wrap: on
line source

Description:
Filtering of data through a subprocess.

Files:
lib/pipe-filter.h
lib/pipe-filter-gi.c
lib/pipe-filter-aux.h

Depends-on:
spawn-pipe
wait-process
error
fcntl-h
gettext-h
stdbool
stdint
stdlib
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