[Scummvm-cvs-logs] SF.net SVN: scummvm: [33070] scummvm/trunk/configure

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Jul 15 12:47:24 CEST 2008


Revision: 33070
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33070&view=rev
Author:   fingolfin
Date:     2008-07-15 03:47:24 -0700 (Tue, 15 Jul 2008)

Log Message:
-----------
config.log and tmp files should be put into the configure (= current) dir, not the source dir

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2008-07-15 06:43:44 UTC (rev 33069)
+++ scummvm/trunk/configure	2008-07-15 10:47:24 UTC (rev 33070)
@@ -129,10 +129,10 @@
 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=""


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list