Herb Singleton wrote:
[]
> checking for intltool >= 0.35.0... head: `-1' option is obsolete; use  
> `-n 1'
> Try `head --help' for more information.
>   found
> configure: error: Your intltool is too old.  You need intltool 0.35.0  
> or later.
> ### execution of ./configure failed, exit code 1

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

?

-- 
Martin


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