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:
parent
fe2f551952
commit
8906d3a3bf
1 changed files with 6 additions and 5 deletions
11
configure
vendored
11
configure
vendored
|
@ -9,11 +9,6 @@
|
||||||
# * detect whether the chosen backend is available (e.g. call sdl-config)
|
# * 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
|
# use environment vars if set
|
||||||
CXXFLAGS="$CXXFLAGS $CPPFLAGS"
|
CXXFLAGS="$CXXFLAGS $CPPFLAGS"
|
||||||
|
@ -59,6 +54,12 @@ _prefix=/usr/local
|
||||||
|
|
||||||
_srcdir=`dirname $0`
|
_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
|
# For cross compiling
|
||||||
_host=""
|
_host=""
|
||||||
_host_cpu=""
|
_host_cpu=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue