commit-classpath
[Top][All Lists]
Advanced

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

Re: configure.ac problem


From: Michael Koch
Subject: Re: configure.ac problem
Date: Wed, 24 Mar 2004 19:46:39 +0100
User-agent: KMail/1.5.4

Am Mittwoch, 24. März 2004 16:57 schrieb Archie Cobbs:
> FYI,
>
> The Classpath configure.ac script contains some non-portable shell
> code:
>
>   if expr match ${target_cpu} .*86 > /dev/null; then target_cpu=x86;
> fi
>
> The "expr match" syntax is not portable, e.g. to FreeBSD 4.x.
> The patch below fixes this.
>
> Permission to commit?

Can we please make sure we need this stuff at all with latest autoconf ? 
I'm not really sure about it. Why was this hack needed ? I dont see any 
documentation about this.


Michael





reply via email to

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