if [ "${CVS}" = "yes" ];  then
  ./autogen.sh   &&
  default_build
else
  default_build
fi
