config.log and tmp files should be put into the configure (= current) dir, not the source dir
svn-id: r33070
This commit is contained in:
parent
60357650e0
commit
619b45e4d3
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -129,10 +129,10 @@ _srcdir=`dirname $0`
|
|||
if type mktemp > /dev/null 2>&1 ; then
|
||||
TMPO=`mktemp /tmp/scummvm-conf.XXXXXXXXXX`
|
||||
else
|
||||
TMPO=${_srcdir}/scummvm-conf
|
||||
TMPO=scummvm-conf
|
||||
fi
|
||||
TMPC=${TMPO}.cpp
|
||||
TMPLOG=${_srcdir}/config.log
|
||||
TMPLOG=config.log
|
||||
|
||||
# For cross compiling
|
||||
_host=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue