autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AT_KEYWORDS failure: cmdline OR-combinations


From: Stepan Kasal
Subject: Re: AT_KEYWORDS failure: cmdline OR-combinations
Date: Tue, 16 Aug 2005 19:15:13 +0200
User-agent: Mutt/1.4.1i

Hello Ralf,

On Tue, Aug 16, 2005 at 06:10:52PM +0200, Ralf Wildenhues wrote:
> I happen not to understand the exact nature of the bug report
> that led to the breakage of this code in the first place:
> http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html

I don't understand it either, but in this case you could change

> +     at_range_start=`expr $at_option : '\([[^-]]*\)'`
> +     at_range_end=`expr $at_option : '[[^-]]*-\(.*\)'`

to
        at_range_start=`expr $at_option : '\(.*\)-'`
        at_range_end=`expr $at_option : '.*-\(.*\)'`

and hope that Mac OS X 10.4 will handle it.

Thank you very much for noticing this.

Stepan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]