Updated for ./configure with autogen.sh

This commit is contained in:
fberckel 2005-04-22 14:19:04 +00:00
parent c37bf68451
commit 2d1105ab0f
3 changed files with 5 additions and 3 deletions

View file

@ -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 $
#-------------------------------------------------------------------------------

View file

@ -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 $
#-------------------------------------------------------------------------------

View file

@ -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"