[Scummvm-cvs-logs] SF.net SVN: scummvm:[38611] scummvm/branches/branch-0-13-0/configure

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Feb 20 19:34:58 CET 2009


Revision: 38611
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38611&view=rev
Author:   lordhoto
Date:     2009-02-20 18:34:58 +0000 (Fri, 20 Feb 2009)

Log Message:
-----------
Fixed configure on systems without mktemp. (backport of r38610)

Modified Paths:
--------------
    scummvm/branches/branch-0-13-0/configure

Modified: scummvm/branches/branch-0-13-0/configure
===================================================================
--- scummvm/branches/branch-0-13-0/configure	2009-02-20 18:34:06 UTC (rev 38610)
+++ scummvm/branches/branch-0-13-0/configure	2009-02-20 18:34:58 UTC (rev 38611)
@@ -137,7 +137,7 @@
 if type mktemp > /dev/null 2>&1 ; then
 	TMPO=`mktemp /tmp/scummvm-conf.XXXXXXXXXX`
 else
-	TMPO=scummvm-conf
+	TMPO=./scummvm-conf
 fi
 TMPC=${TMPO}.cpp
 TMPLOG=config.log


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