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]

Crosstool-ng: configure question


Hi,
 
I am meeting with a "configure" problem using crosstool-ng 1.4.1
(haven't tried other versions).
 
I am compiling on Debian etch. automake is at version 1.10:
automake (GNU automake) 1.10
 
configure complains that it cannot find automake version 1.10 or
greater.
 
In the configure script I replaced:
automake=\(GNU automake\) (\.|[[:digit:]]{2,}|\.[2-9][[:digit:]]*\.)
with:
automake=\(GNU automake\) (|\.[[:digit:]]{2,}|\.[2-9][[:digit:]]*\.)

"|\." instead of "\.|"
 
and it now works. Seems to be just a regular expression issue.
 
best regards
 
--Frederic

--
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]