Re: GTKDOC_DEPS in recent gtk-doc.m4

2012-01-02 Thread Simon Josefsson
Stefan Sauer writes: > On 12/04/2011 12:49 PM, Simon Josefsson wrote: >> Stefan Sauer writes: >> >>> On 12/01/2011 08:30 PM, Nicola Fontana wrote: On Sun, 20 Nov 2011 22:13:34 +0100 Simon Josefsson wrote: > Hi! I'm using gtk-doc in for example GNU Libtasn1 and recently upgra

Re: GTKDOC_DEPS in recent gtk-doc.m4

2012-01-02 Thread Simon Josefsson
Stefan Sauer writes: > On 12/01/2011 08:30 PM, Nicola Fontana wrote: >> On Sun, 20 Nov 2011 22:13:34 +0100 >> Simon Josefsson wrote: >> >>> Hi! I'm using gtk-doc in for example GNU Libtasn1 and recently upgraded >>> to the latest gtk-doc.m4 from your git repo, which contains this new >>> piece

Re: GTKDOC_DEPS in recent gtk-doc.m4

2011-12-04 Thread Stefan Sauer
On 12/04/2011 12:49 PM, Simon Josefsson wrote: > Stefan Sauer writes: > >> On 12/01/2011 08:30 PM, Nicola Fontana wrote: >>> On Sun, 20 Nov 2011 22:13:34 +0100 >>> Simon Josefsson wrote: >>> Hi! I'm using gtk-doc in for example GNU Libtasn1 and recently upgraded to the latest gtk-doc.m

Re: GTKDOC_DEPS in recent gtk-doc.m4

2011-12-03 Thread David Nečas
On Sat, Dec 03, 2011 at 07:25:33PM +0100, Stefan Sauer wrote: > > It should be: > >PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= > > 2.10.0,,[:]) > what is the semantics for [:] ? It works for me and the point of this > check is that we only check for glib if we don't b

Re: GTKDOC_DEPS in recent gtk-doc.m4

2011-12-03 Thread Stefan Sauer
On 12/01/2011 08:30 PM, Nicola Fontana wrote: > On Sun, 20 Nov 2011 22:13:34 +0100 > Simon Josefsson wrote: > >> Hi! I'm using gtk-doc in for example GNU Libtasn1 and recently upgraded >> to the latest gtk-doc.m4 from your git repo, which contains this new >> piece of code: >> >> dnl don't ch

Re: GTKDOC_DEPS in recent gtk-doc.m4

2011-12-02 Thread Simon Josefsson
Nicola Fontana writes: > On Sun, 20 Nov 2011 22:13:34 +0100 > Simon Josefsson wrote: > >> Hi! I'm using gtk-doc in for example GNU Libtasn1 and recently upgraded >> to the latest gtk-doc.m4 from your git repo, which contains this new >> piece of code: >> >> dnl don't check for glib if we b

Re: GTKDOC_DEPS in recent gtk-doc.m4

2011-12-01 Thread Nicola Fontana
On Sun, 20 Nov 2011 22:13:34 +0100 Simon Josefsson wrote: > Hi! I'm using gtk-doc in for example GNU Libtasn1 and recently upgraded > to the latest gtk-doc.m4 from your git repo, which contains this new > piece of code: > > dnl don't check for glib if we build glib > if test "x$PACKAGE_

GTKDOC_DEPS in recent gtk-doc.m4

2011-12-01 Thread Simon Josefsson
Hi! I'm using gtk-doc in for example GNU Libtasn1 and recently upgraded to the latest gtk-doc.m4 from your git repo, which contains this new piece of code: dnl don't check for glib if we build glib if test "x$PACKAGE_NAME" != "xglib"; then dnl don't fail if someone does not have gli