[Scummvm-cvs-logs] SF.net SVN: scummvm:[38610] scummvm/trunk/configure
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Fri Feb 20 19:34:06 CET 2009
Revision: 38610
http://scummvm.svn.sourceforge.net/scummvm/?rev=38610&view=rev
Author: lordhoto
Date: 2009-02-20 18:34:06 +0000 (Fri, 20 Feb 2009)
Log Message:
-----------
Fixed configure on systems without mktemp.
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2009-02-20 17:32:03 UTC (rev 38609)
+++ scummvm/trunk/configure 2009-02-20 18:34:06 UTC (rev 38610)
@@ -138,7 +138,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