From 394ec174c7a26f985263556ca9992ab3480750ef Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 29 Sep 2007 22:04:56 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e43fbb295e..4c044fc0f4 100755 --- a/configure +++ b/configure @@ -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"