[Hdrflow-svn] SF.net SVN: hdrflow:[459] trunk/lib/openlibraries
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2009-04-10 12:41:01
|
Revision: 459 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=459&view=rev Author: glslang Date: 2009-04-10 12:40:52 +0000 (Fri, 10 Apr 2009) Log Message: ----------- build fix and python version default to 2.5 Modified Paths: -------------- trunk/lib/openlibraries/configure.ac trunk/lib/openlibraries/m4/python.m4 Modified: trunk/lib/openlibraries/configure.ac =================================================================== --- trunk/lib/openlibraries/configure.ac 2009-04-10 12:22:43 UTC (rev 458) +++ trunk/lib/openlibraries/configure.ac 2009-04-10 12:40:52 UTC (rev 459) @@ -1,7 +1,7 @@ AC_INIT AC_CONFIG_MACRO_DIR([m4]) -AC_CONFIG_SRCDIR([src/openobjectlib/sg/core.hpp]) +AC_CONFIG_SRCDIR([src/openpluginlib/pl/config.hpp]) AM_CONFIG_HEADER([openlibraries_global_config.hpp]) dnl Modified: trunk/lib/openlibraries/m4/python.m4 =================================================================== --- trunk/lib/openlibraries/m4/python.m4 2009-04-10 12:22:43 UTC (rev 458) +++ trunk/lib/openlibraries/m4/python.m4 2009-04-10 12:40:52 UTC (rev 459) @@ -7,7 +7,7 @@ AC_ARG_ENABLE(python, AC_HELP_STRING([--disable-python], [disable python dependent parts]), [enablepython=$enableval], [enablepython=yes]) - AC_ARG_WITH(pythonversion, AC_HELP_STRING([--with-pythonversion],[Python current version]),,with_pythonversion="2.4") + AC_ARG_WITH(pythonversion, AC_HELP_STRING([--with-pythonversion],[Python current version]),,with_pythonversion="2.5") PYTHON_INCLUDE="/usr/include/python$with_pythonversion" PYTHON_INCLUDE_PATH="-I$PYTHON_INCLUDE" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |