diff --git a/livesupport/bin/cvsUpdate.sh b/livesupport/bin/cvsUpdate.sh index edd154c82..87dd073a7 100755 --- a/livesupport/bin/cvsUpdate.sh +++ b/livesupport/bin/cvsUpdate.sh @@ -22,7 +22,7 @@ # # # Author : $Author: fberckel $ -# Version : $Revision: 1.1 $ +# Version : $Revision: 1.2 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/cvsUpdate.sh,v $ #------------------------------------------------------------------------------- diff --git a/livesupport/bin/splayTest.sh b/livesupport/bin/splayTest.sh index 820232557..9bf16b7c2 100755 --- a/livesupport/bin/splayTest.sh +++ b/livesupport/bin/splayTest.sh @@ -22,7 +22,7 @@ # # # Author : $Author: fberckel $ -# Version : $Revision: 1.1 $ +# Version : $Revision: 1.2 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/splayTest.sh,v $ #------------------------------------------------------------------------------- diff --git a/livesupport/bin/startMakeRecompile.sh b/livesupport/bin/startMakeRecompile.sh index 8b66e0868..ed4f20626 100755 --- a/livesupport/bin/startMakeRecompile.sh +++ b/livesupport/bin/startMakeRecompile.sh @@ -22,7 +22,7 @@ # # # Author : $Author: fberckel $ -# Version : $Revision: 1.1 $ +# Version : $Revision: 1.2 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/startMakeRecompile.sh,v $ #------------------------------------------------------------------------------- @@ -49,6 +49,8 @@ cd $bindir/.. cvs update -dP >& $logdir/cvs_before_setup.log ls -l $logdir/cvs_before_setup.log >> $logdir/cvs_before_setup.log echo "Compare with cvs is be done, cvs_before_setup.log is created" +bin/autogen.sh >& $logdir/configure_before_setup.log +echo "Run autogen.sh & configure, configure_before_setup.log is created" make distclean >& $logdir/distclean_before_setup.log ls -l $logdir/distclean_before_setup.log >> $logdir/distclean_before_setup.log echo "Cleaning the setup is be done, distclean_before_setup.log is created"