(

  ./configure  --prefix=/usr    \
               --without-mozjs  &&
  make                          &&
  prepare_install               &&
  make    install

) > $C_FIFO 2>&1
