]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Vtk version changed. DIAGRAM
authoradv <adv@opencascade.com>
Tue, 27 May 2014 15:51:36 +0000 (19:51 +0400)
committeradv <adv@opencascade.com>
Tue, 27 May 2014 15:51:36 +0000 (19:51 +0400)
adm_local/unix/config_files/check_vtk.m4

index ea9aa269834b84523f47d9e59be4b07a76c58813..246ce9652ddea4bd435e456c2c88000e62bdc58c 100644 (file)
@@ -31,7 +31,7 @@ AC_DEFUN([OPTIONS_VTK], [
               [with_vtk=$withval], [with_vtk=""])
 
   AC_ARG_WITH([vtk-version],
-              [AC_HELP_STRING([--with-vtk-version], [VTK include directory name is vtk-suffix, e.g. vtk-5.2/. What is the suffix? (Default "yes" means taking from environment variable)])],
+              [AC_HELP_STRING([--with-vtk-version], [VTK include directory name is vtk-suffix, e.g. vtk-5.8/. What is the suffix? (Default "yes" means taking from environment variable)])],
               [vtk_suffix=$withval], [vtk_suffix="yes"])
 ])
 
@@ -102,7 +102,7 @@ if test "x$vtk_suffix" != "xyes" ; then
 else
   dnl in case user wrote --with-vtk-version=yes, get the suffix from env
   if test -z $VTKSUFFIX ; then
-    VTKSUFFIX="-5.2"
+    VTKSUFFIX="-5.8"
   fi
 fi
 
@@ -131,10 +131,10 @@ else
         VTKHOME="${d}"
         break
       else
-        if test -f ${d}/include/vtk-5.2/vtkPlane.h ; then
+        if test -f ${d}/include/vtk-5.8/vtkPlane.h ; then
           AC_MSG_RESULT(trying ${d})
           VTKHOME="${d}"
-          VTKSUFFIX="-5.2"
+          VTKSUFFIX="-5.8"
           break
         else
           if test -f ${d}/include/vtk/vtkPlane.h ; then