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.
> "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]
You are right, thanks!
Akim
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
Could you send a patch for this one too?
Akim
> > [/\\]* | [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
>
> 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
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@{
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
| 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
10 matches
Mail list logo