# HG changeset patch # User diego # Date 1191103496 0 # Node ID 3b96fd2cf98c0844400fc9a22c1631e16e546d13 # Parent 2a702caa8f92971c7e3307ba878065a923d0574b 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. diff -r 2a702caa8f92 -r 3b96fd2cf98c configure --- a/configure Sat Sep 29 21:30:04 2007 +0000 +++ b/configure Sat Sep 29 22:04:56 2007 +0000 @@ -1306,13 +1306,13 @@ 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"