Hi, I am adding OpenSceneGraph to my application and I was trying to find a good clean way to add OSG to my configure script. There is a really good m4 script for automake/autoconf that allows me to check for the wxWidgets libraries using wx-config, but I can't find anything similar for OpenSceneGraph.
Right now I am using AC_CHECK_LIB to find the individual libraries, is there a cleaner more structured solution? Regards, Stou _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
