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

svn-id: r15186
This commit is contained in:
Jonathan Gray 2004-09-19 09:57:24 +00:00
parent fe2f551952
commit 8906d3a3bf

11
configure vendored
View file

@ -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 @@ _prefix=/usr/local
_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=""