autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding a header


From: Ralf Corsepius
Subject: Re: Finding a header
Date: Fri, 16 Dec 2005 10:57:31 +0100

On Fri, 2005-12-16 at 10:32 +0200, Daniel Pekelharing wrote:
> On Fri, 2005-12-16 at 01:26 -0500, Braden McDaniel wrote:
> ...
> > 
> > As far as OpenGL is concerned, I wrote some macros you can find at
> > <http://ac-archive.sourceforge.net> that may help you: AX_CHECK_GL,
> > AX_CHECK_GLU, and AX_CHECK_GLUT.
> > 
> 
> 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?
There are several ways. 

As you seem to be using automake:

Copy the xxx.m4 to a subdirectory below your configure.ac and add
ACLOCAL_AMFLAGS = -I subdirectory
Everything else will be happen automagically.

Another way is to "cat"/append xxx.m4 to a file named acinclude.m4 next
to configure.ac.

Ralf







reply via email to

[Prev in Thread] Current Thread [Next in Thread]