make_single  &&

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

make_normal
