# MAKE distclean before a CVS update! if [ -e cvs.log ] then if [ -e cvs.log.old ] then rm cvs.log.old fi mv cvs.log cvs.log.old fi make distclean cvs update -PAd >cvs.log; less cvs.log ./configure --prefix=/usr make depend make