From: Rafael L. <rla...@us...> - 2003-08-16 17:10:34
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv27125 Modified Files: sysloc.in Log Message: If a specific version of Python is present in the system, but the header file has not be found in {$prefix,/usr}/include/python$PYTHON_VERSION/, then the following loud warning message is issued: configure: WARNING: Header file for Python version 2.3 has not been found. configure: WARNING: This probably means that an appropriate Python configure: WARNING: development package needs to be installed. (Aside note: we should replace in configure.ac and sysloc.in all the instances of AC_MSG_RESULT by AC_MSG_WARN, when warning messages are issued.) |