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 to the whole autoconf stuff. Can you help me what
> > is required in the configure.in,... to check for python and the pygtk2
> > modules?
> > 
> > Thanks,
> 
> You can take a look at gnome-blog's sources for a simple example
> http://www.gnome.org/%7Eseth/gnome-blog/download.html

Thanks! That helped!

PKG_CHECK_MODULES(PYGTK, pygtk-2.0)

Why do you check for pygtk2.0 explicitly? What if someone has pygtk2.2?

Norbert



_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to