Re: Automake requirements for gtk+, glib

2007-06-16 Thread Matthias Clasen
On 6/16/07, Geoff Buchan <[EMAIL PROTECTED]> wrote: > I was trying to build gtk+ and glib from the trunk subversion sources, but > autogen.sh complains about wanting version 1.7.x of automake. I now have > automake v1.9.6 > installed, so the default script was actually requiring me to use a much >

Re: The new tooltips API in 5 minutes [Was: Re: Whats coming in GTK+ 2.12, continued]

2007-06-16 Thread Damon Chaplin
On Sat, 2007-06-16 at 01:59 +0200, Tim Janik wrote: > On Sat, 16 Jun 2007, Damon Chaplin wrote: > > > On Fri, 2007-06-15 at 11:25 +0200, Tim Janik wrote: > >> please read Kris' description again. > >> if you set ::tooltip-markup, ::has-tooltip is set automatically, and > >> you don't need to worry

Automake requirements for gtk+, glib

2007-06-16 Thread Geoff Buchan
I was trying to build gtk+ and glib from the trunk subversion sources, but autogen.sh complains about wanting version 1.7.x of automake. I now have automake v1.9.6 installed, so the default script was actually requiring me to use a much older version. Should it really depend on the older version ?