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:
Max Horn 2008-07-15 10:47:24 +00:00
parent 60357650e0
commit 619b45e4d3

4
configure vendored
View File

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