Re: Finding a header

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

 



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





_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux