made autogen not to run the configure script automatically

This commit is contained in:
maroy 2005-08-02 07:13:38 +00:00
parent 4a2a4cc155
commit 1894479592
71 changed files with 808 additions and 309 deletions

View file

@ -22,7 +22,7 @@
#
#
# Author : $Author: maroy $
# Version : $Revision: 1.2 $
# Version : $Revision: 1.3 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/configure,v $
#-------------------------------------------------------------------------------
@ -45,8 +45,8 @@ autogen=$bindir/autogen.sh
configure=$tmpdir/configure
if [ -x $configure ]; then
(cd $tmpdir && $configure "$@")
else
(cd $basedir && $autogen "$@")
fi
(cd $tmpdir && $configure "$@")