From David Callu, improved consistency of Version strings and add version support

for osgIntrospection and osgManipulator.
This commit is contained in:
Robert Osfield
2007-09-05 17:12:24 +00:00
parent 92b1e7d53f
commit b20d542317
23 changed files with 269 additions and 20 deletions

View File

@@ -28,10 +28,10 @@ extern "C" {
* Here is the code to add to your configure.in:
\verbatim
#
# Check for the OpenSceneGraph-Sim library
# Check for the OpenSceneGraph (OSG) Sim library
#
AC_CHECK_LIB(osg, osgSimGetVersion, ,
[AC_MSG_ERROR(OpenSceneGraph library not found. See http://www.openscenegraph.org)],)
[AC_MSG_ERROR(OpenSceneGraph Sim library not found. See http://www.openscenegraph.org)],)
\endverbatim
*/
extern OSGSIM_EXPORT const char* osgSimGetVersion();