Locating Python libs with autoconf?

2005-11-21 Thread Daniel Pekelharing
to autoconf and I don't really know how to go about locating it.. it seems that python doesn't come with any m4 macros for solving this problem, most of the other libs I need to link to (like Gtk +) were no problem as they install their own m4 macros. Any ideas? Thanks! -- Daniel P

Re: Finding a header

2005-12-16 Thread Daniel Pekelharing
great site.. I'm glad I've been watching this list! Please excuse a dumb question.. how do I include a .m4 file in my configure.ac? thanks! -- Daniel Pekelharing <[EMAIL PROTECTED]> ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Install paths in config.h?

2005-12-16 Thread Daniel Pekelharing
Hi all, How would I get autoconf to #define the install paths in my config.h ? My app needs a shared data directory like: /usr/share/myapp, how would I get that path? Thanks! -- Daniel Pekelharing <[EMAIL PROTECTED]> ___ Autoconf mailin

Re: Finding a header

2005-12-16 Thread Daniel Pekelharing
On Fri, 2005-12-16 at 10:32 +0200, Daniel Pekelharing wrote: > Wow thanks for the Link! Thats a great site.. I'm glad I've been > watching this list! > > Please excuse a dumb question.. how do I include a .m4 file in my > configure.ac? > > thanks! Oh, I just

Re: Install paths in config.h?

2005-12-17 Thread Daniel Pekelharing
On Fri, 2005-12-16 at 14:01 -0600, Bob Friesenhahn wrote: > On Fri, 16 Dec 2005, Daniel Pekelharing wrote: > > > Hi all, > > > > How would I get autoconf to #define the install paths in my config.h ? > > My app needs a shared data directory like: /usr/share/myapp,

Conditional compiling?

2005-12-20 Thread Daniel Pekelharing
them... Should I just #ifdef the entire c file? Or is there someway I can tell autoconf to just ignore them? Sorry if this is a bit of a stupid question.. Thanks! -- Daniel Pekelharing <[EMAIL PROTECTED]> ___ Autoconf mailing list Autoconf@g

Re: Conditional compiling?

2005-12-21 Thread Daniel Pekelharing
out AM_CONDITIONAL, but I've found it in the man page now... will do some swotting -- Daniel Pekelharing <[EMAIL PROTECTED]> ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Autoconf and CVS

2005-12-23 Thread Daniel Pekelharing
hat's the correct order to run them in? I've never quite figured it out. Thanks! -- Daniel Pekelharing <[EMAIL PROTECTED]> ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Re: Autoconf and CVS

2005-12-24 Thread Daniel Pekelharing
On Sat, 2005-12-24 at 02:56 -0500, Braden McDaniel wrote: > On Sat, 2005-12-24 at 09:40 +0200, Daniel Pekelharing wrote: > > Hi all, > > > > I am in the process of importing my project into CVS, > > but I am a little confused as to Autoconf, should I import a

Re: Autoconf and CVS

2005-12-24 Thread Daniel Pekelharing
> which is extremely rare (for me). > > > David Fang Ah OK, Thanks! I actually don't really need it that much, as I was just wanting to make sure it was clean for my initial CVS import... so I only need to use it once. -- Daniel Pekelharing <[EMAIL PROTECTED]> ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Re: Autoconf and CVS

2005-12-24 Thread Daniel Pekelharing
On Sat, 2005-12-24 at 09:24 +0100, Baurzhan Ismagulov wrote: > Hello Daniel, > > On Sat, Dec 24, 2005 at 09:40:52AM +0200, Daniel Pekelharing wrote: > > I am in the process of importing my project into CVS, > > but I am a little confused as to Autoconf, should I