aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2008-07-15 10:47:24 +0000
committerMax Horn2008-07-15 10:47:24 +0000
commit619b45e4d38f8d7a74e77271522361bb7db68567 (patch)
tree97181895baa2b302be62ea140a47b2b2900b1dae /configure
parent60357650e03c8504b06631bba3ca520285977f15 (diff)
downloadscummvm-rg350-619b45e4d38f8d7a74e77271522361bb7db68567.tar.gz
scummvm-rg350-619b45e4d38f8d7a74e77271522361bb7db68567.tar.bz2
scummvm-rg350-619b45e4d38f8d7a74e77271522361bb7db68567.zip
config.log and tmp files should be put into the configure (= current) dir, not the source dir
svn-id: r33070
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0e38034a35..8c3b45a0dc 100755
--- a/configure
+++ b/configure
@@ -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=""