Re: DOS PATHS

2000-03-27 Thread Lars J. Aas
On Mon, Mar 27, 2000 at 12:18:12PM +0200, Akim Demaille wrote: : > "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: : Alexandre> Thanks, the patch is fine, but we need a ChangeLog entry, : Alexandre> and one more approval from an autoconf maintainer to get it : Alexandre> installed.

Re: DOS PATHS

2000-03-27 Thread Akim Demaille
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> Thanks, the patch is fine, but we need a ChangeLog entry, Alexandre> and one more approval from an autoconf maintainer to get it Alexandre> installed. Please post it, along with the patch, to Alexandre> [EMAIL PROTECTED]

Re: DOS PATHS

2000-03-27 Thread Akim Demaille
You are right, thanks! Akim

Re: DOS PATHS

2000-03-27 Thread Alexandre Oliva
On Mar 27, 2000, Ralf Corsepius <[EMAIL PROTECTED]> wrote: > The patch in the attachment below contains what I think probably might > be what is intended. Thanks, the patch is fine, but we need a ChangeLog entry, and one more approval from an autoconf maintainer to get it installed. Please post

Re: DOS paths v2

2000-03-07 Thread Akim Demaille
Could you send a patch for this one too? Akim

Re: DOS paths v2

2000-03-03 Thread Mark E.
> > [/\\]* | [A-Za-z]:[/\\]* ) > > > My understanding was that Mark says there are characters in between Z > and a which he wants to match. > Right. DOS can in very rare cases have drive letters outside of [A-Za-z]. So [A-Za-z] will work 99.99% of the time under DOS and is fine with me (certa

Re: DOS paths v2

2000-03-03 Thread akim demaille
> > On Mar 3, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > > > | [/\\*] | [A-z]:[/\\*] > > > You probably mean > > > [/\\]* | [A-z]:[/\\]* ) > > Actually > > [/\\]* | [A-Za-z]:[/\\]* ) > My understanding was that Mark says there are characters in between Z and a which he wants to match

Re: DOS paths v2

2000-03-03 Thread Alexandre Oliva
On Mar 3, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > | [/\\*] | [A-z]:[/\\*] > You probably mean > [/\\]* | [A-z]:[/\\]* ) Actually [/\\]* | [A-Za-z]:[/\\]* ) -- Alexandre Oliva http://www.ic.unicamp.br/~oliva/ Enjoy GuaranĂ¡ Cygnus Solutions, a Red Hat companyaoliva@{

Re: DOS paths v2

2000-03-03 Thread Mark E.
Also, one more item. In AC_OUTPUT_FILES, there is a sed command that should be reversed to keep filenames with colons in them (like c:/windows) from being affected. Would there be any adverse affects to the output if the colon replacement were done first? # Don't redirect the output to AC_F

Re: DOS paths v2

2000-03-03 Thread Akim Demaille
| Hello all, Hi Mark, | Instead of offering a new revision of my previous patches on DOS-style | absolute paths and trying to get everything right, perhaps it would better to | just offer suggestions on how to treat DOS-style absolute paths as absolute | and leave the fixes to the Autoconf e