This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Crosstool-ng: configure question


Frederic,
All,

On Wednesday 03 June 2009 23:58:42 Frederic Roussel wrote:
> I am meeting with a "configure" problem using crosstool-ng 1.4.1
> (haven't tried other versions).
[--SNIP--]
> configure complains that it cannot find automake version 1.10 or
> greater.

OK, using Lenny, automake is 1.10.1, and it works...

> In the configure script I replaced:
> automake=\(GNU automake\) (\.|[[:digit:]]{2,}|\.[2-9][[:digit:]]*\.)
> with:
> automake=\(GNU automake\) (|\.[[:digit:]]{2,}|\.[2-9][[:digit:]]*\.)

What version are you using? In 1.4, we have:
automake=\(GNU automake\) (1\.[[:digit:]]{2,}\.|[2-9][[:digit:]]*\.)

But, yes, 1.10 won't pass, while 1.10.1 will. If you just say that 1.10
works for you, then I'll update the check to allow it.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| --==< ^_^ >==-- `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
`------------------------------^-------^------------------^--------------------'


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]