On Oct 27, 2008, at 5:05 PM, Martin Costabel wrote:

> I think it's your "head" command that is to blame here (plus an  
> obsolete configure script). The configure script runs the command
>
>   intltool-update --version | head -1 | cut -d" " -f3
>
> to get the version of intltool. What do you get from this command  
> if you run it by hand? And if you replace it by
>
>   intltool-update --version | head -n 1 | cut -d" " -f3
>

FYI, that worked.

Not that I care anymore ;)

H

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to