made autogen not to run the configure script automatically
This commit is contained in:
parent
4a2a4cc155
commit
1894479592
71 changed files with 808 additions and 309 deletions
6
livesupport/modules/core/configure
vendored
6
livesupport/modules/core/configure
vendored
|
@ -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 "$@")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue