# HG changeset patch # User pl # Date 1020993795 0 # Node ID 2f1dc330d56674c1f0ed62d4aad3094252ec20db # Parent 7570f4666c15c3be7c3ef3ccd75f0a9d1786c1c6 netbsd and/or lfs workaround (fixes a textbusy error) (problem reported by Bernd Ernesti ) diff -r 7570f4666c15 -r 2f1dc330d566 configure --- a/configure Thu May 09 17:28:09 2002 +0000 +++ b/configure Fri May 10 01:23:15 2002 +0000 @@ -31,7 +31,7 @@ cat "$TMPC" >> "$TMPLOG" echo >> "$TMPLOG" echo "$_cc $_inc_extra $_ld_static $_ld_extra $TMPC -o $TMPO $@" >> "$TMPLOG" - > "$TMPO" + rm -f "$TMPO" ( "$_cc" $_inc_extra $_ld_static $_ld_extra "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1 TMP="$?" echo >> "$TMPLOG"