(

./configure --prefix=/usr \
	    $AUDIO &&
	    $OPTS	&&

make && 
make install &&

unset AUDIO

) > $C_FIFO 2>&1
