From 2d1105ab0f2ceb8ea5362d17575a6d636f7a0ba0 Mon Sep 17 00:00:00 2001 From: fberckel Date: Fri, 22 Apr 2005 14:19:04 +0000 Subject: [PATCH] Updated for ./configure with autogen.sh --- livesupport/bin/cvsUpdate.sh | 2 +- livesupport/bin/splayTest.sh | 2 +- livesupport/bin/startMakeRecompile.sh | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) 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"