cosmetics: Move the command to remove configure.log out of a block of variable

declarations to just before the configure.log is first written to.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24665 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-29 22:04:56 +00:00
parent 2092ba13ca
commit 394ec174c7
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1306,13 +1306,13 @@ for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do
done
TMPLOG="configure.log"
rm -f "$TMPLOG"
TMPC="$I/mplayer-conf-$RANDOM-$$.c"
TMPCPP="$I/mplayer-conf-$RANDOM-$$.cpp"
TMPEXE="$I/mplayer-conf-$RANDOM-$$"
TMPH="$I/mplayer-conf-$RANDOM-$$.h"
TMPS="$I/mplayer-conf-$RANDOM-$$.S"
rm -f "$TMPLOG"
echo configuration: $_configuration > "$TMPLOG"
echo >> "$TMPLOG"