On Mon, Apr 03, 2000 at 08:17:02AM -0700, Bruce Korb wrote:
: Earnie Boyd wrote:
: > > How about mv'ing itself out of the way (to configure.bak or something
: > > similar)?
: > >
: >
: > Can't do that either. A mv is a cp && rm.
:
: 1. It is only for developers
: 2 How about putting at the end:
:
: ( ( sleep 3 ; rm -f configure ; autoconf ) & )
: exit 0
Any point in removing configure at all? autoconf overwrites it, so the
shell just has to have stopped running and the file must be closed.
Lars J