Standard macro for OpenGL check?

2000-03-10 Thread Braden N. McDaniel
it a bit, I am not its progenitor and I'm afraid I don't know who that is. (The person I got it from didn't know the original author, and I've seen a few different macros around that appear to be fellow derivatives.) -- Braden N. McDaniel [EMAIL PROTECTED] http://www.endoframe.com>

Re: Standard macro for OpenGL check?

2000-03-11 Thread Braden N. McDaniel
_LIB and HAVE_THEIR_LIB. HAVE_MY_LIB calls MY_MDL_HAVE_OPENGL and HAVE_THEIR_LIB calls THEIR_MDL_HAVE_OPENGL. *The same macro is being called twice because it exists under different names*. Is there some way of addressing this problem other than having the macro installed with autoconf? I really don&#

Re: Standard macro for OpenGL check?

2000-03-11 Thread Braden N. McDaniel
On Sat, 11 Mar 2000, Matthew D. Langston wrote: > Hi Braden, > > "Braden N. McDaniel" wrote: > > > > Suppose I've got a library and I want to install an autoconf macro on > > the user's system so that if the user is developing a library > >