Re: Patch 3 of 4: Avoid 8+3 filename trouble

2001-02-12 Thread Derek R. Price
Tom Tromey wrote: > > "Tim" == Tim Van Holder <[EMAIL PROTECTED]> writes: > > Tim> 2001-02-10 Tim Van Holder <[EMAIL PROTECTED]> > > Tim>* remake-hdr.am (@STAMP@): Use .T as suffix for the > Tim>temporary file. > > I don't think this is sufficient. I think you also have to change >

Re: Patch 3 of 4: Avoid 8+3 filename trouble

2001-02-12 Thread Tom Tromey
> "Tim" == Tim Van Holder <[EMAIL PROTECTED]> writes: Tim> 2001-02-10 Tim Van Holder <[EMAIL PROTECTED]> Tim>* remake-hdr.am (@STAMP@): Use .T as suffix for the Tim>temporary file. I don't think this is sufficient. I think you also have to change AM_CONFIG_HEADER as well. See m4

Re: Small autoreconf patch (was Re: Patch 3 of 4: Avoid 8+3 filename trouble)

2001-02-11 Thread Alexandre Oliva
On Feb 11, 2001, "Tim Van Holder" <[EMAIL PROTECTED]> wrote: >> >* remake-hdr.am (@STAMP@): Use .T as suffix for the >> >temporary file. >> >> You should probably patch autoconf's autoreconf too. > What part would need patching? The one that choose stamp file names like those created b

Small autoreconf patch (was Re: Patch 3 of 4: Avoid 8+3 filename trouble)

2001-02-11 Thread Tim Van Holder
> > * remake-hdr.am (@STAMP@): Use .T as suffix for the > > temporary file. > > You should probably patch autoconf's autoreconf too. What part would need patching? AFAICS, it does not use names with multiple dots or with conflicting 8+3 names. The only changes my local autoreconf current

Re: Patch 3 of 4: Avoid 8+3 filename trouble

2001-02-11 Thread Alexandre Oliva
On Feb 10, 2001, "Tim Van Holder" <[EMAIL PROTECTED]> wrote: > * remake-hdr.am (@STAMP@): Use .T as suffix for the > temporary file. You should probably patch autoconf's autoreconf too. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Patch 3 of 4: Avoid 8+3 filename trouble

2001-02-10 Thread Tim Van Holder
stamp-h1 and stamp-h1T resolve to the same file name on MSDOS, so use stamp-h1.T instead. Note that problems will still arise if stamp-h1 and stamp-h10 need to be present in the same directory. 2001-02-10 Tim Van Holder <[EMAIL PROTECTED]> * remake-hdr.am (@STAMP@): Use .T as suffix fo