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