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
After 3 seconds, the file ought to have closed :-}
Otherwise, just use another file name and leave the
cruft lying about.
- Re: automake --build-dir Erez Zadok
- Re: automake --build-dir Alexandre Oliva
- Re: automake --build-dir Akim Demaille
- Re: automake --build-dir Bruce Korb
- Re: automake --build-dir Akim Demaille
- Re: automake --build-dir Akim Demaille
- Re: automake --build-dir Earnie Boyd
- Re: automake --build-dir Lars J. Aas
- Re: automake --build-dir Bruce Korb
- Re: automake --build-dir Earnie Boyd
- Re: automake --build-dir Bruce Korb
- Re: automake --build-dir Lars J. Aas
- Re: automake --build-dir Lars J. Aas
- Re: automake --build-dir Earnie Boyd
