Re: [pygtk] autoconf for a pygtk application

2004-04-23 Thread Johan Dahlin
> PKG_CHECK_MODULES(PYGTK, pygtk-2.0) > > Why do you check for pygtk2.0 explicitly? What if someone has pygtk2.2? 2.0 in pygtk-2.0 is the platform name, it won't change in 2.x. If you want to require a specfic version of pygtk, say, 2.3.4, then do: PKG_CHECK_MODULES(PYGTK, pygtk-2.0 >= 2.3.4) -

Re: [pygtk] autoconf for a pygtk application

2004-04-23 Thread nf
On Wed, 2004-04-21 at 16:33, John (J5) Palmieri wrote: > On Wed, 2004-04-21 at 06:39, nf wrote: > > Hi list, > > > > I'm writing the following application > > http://www.scheinwelt.at/~norbertf/wbumount/ > > to help people with their "umount - device is busy" problems. > > Unfortunately i am new

Re: [pygtk] autoconf for a pygtk application

2004-04-21 Thread John (J5) Palmieri
On Wed, 2004-04-21 at 06:39, nf wrote: > Hi list, > > I'm writing the following application > http://www.scheinwelt.at/~norbertf/wbumount/ > to help people with their "umount - device is busy" problems. > Unfortunately i am new to the whole autoconf stuff. Can you help me what > is required in th

[pygtk] autoconf for a pygtk application

2004-04-21 Thread nf
Hi list, I'm writing the following application http://www.scheinwelt.at/~norbertf/wbumount/ to help people with their "umount - device is busy" problems. Unfortunately i am new to the whole autoconf stuff. Can you help me what is required in the configure.in,... to check for python and the pygtk2