if [ "$VOICE_16" == "y" ]; then
  OPTS="$OPTS --with-vox=cmu_us_kal16"
fi &&
OPTS="$OPTS --enable-shared" &&
make_single &&
default_build &&
make_normal

