[Scummvm-cvs-logs] CVS: scummvm configure,1.101,1.102

Jonathan Gray khalek at users.sourceforge.net
Sun Sep 19 02:58:23 CEST 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22165

Modified Files:
	configure 
Log Message:
Don't break when /tmp is nonexec pointed out in gentoo bug #64550. Don't submit to stupidity of recent coreutils tail behaviour just yet however, have yet to see a system ship without support for -1 including gentoo

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- configure	2 Aug 2004 05:01:28 -0000	1.101
+++ configure	19 Sep 2004 09:57:24 -0000	1.102
@@ -9,11 +9,6 @@
 # * detect whether the chosen backend is available (e.g. call sdl-config)
 # * ....
 
-# TODO: We should really use mktemp(1) to determine a random tmp file name.
-# However, that tool might not be available everywhere.
-TMPO=/tmp/scummvm-conf
-TMPC=${TMPO}.cpp
-TMPLOG=config.log
 
 # use environment vars if set
 CXXFLAGS="$CXXFLAGS $CPPFLAGS"
@@ -59,6 +54,12 @@
 
 _srcdir=`dirname $0`
 
+# TODO: We should really use mktemp(1) to determine a random tmp file name.
+# However, that tool might not be available everywhere.
+TMPO=${_srcdir}/scummvm-conf
+TMPC=${TMPO}.cpp
+TMPLOG=${_srcdir}/config.log
+
 # For cross compiling
 _host=""
 _host_cpu=""





More information about the Scummvm-git-logs mailing list