]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Canges in configure scripts. OCC_development_for_3_2_0a2
authornds <nds@opencascade.com>
Fri, 10 Mar 2006 08:30:18 +0000 (08:30 +0000)
committernds <nds@opencascade.com>
Fri, 10 Mar 2006 08:30:18 +0000 (08:30 +0000)
build_configure

index 83f8cb969e7c258280c22c32280d1f364db952db..a69ec7ceb98c38dd1bdc27ac06c739ee807b4e27 100755 (executable)
@@ -26,6 +26,38 @@ fi
 #    echo "failed : KERNEL_SRC variable is not correct !"
 #    exit
 #fi
+########################################################################
+# Test if the GUI_ROOT_DIR is set correctly
+
+if test ! -d "${GUI_ROOT_DIR}"; then
+    echo "failed : GUI_ROOT_DIR variable is not correct !"
+    exit
+fi
+
+########################################################################
+# Test if the MED_ROOT_DIR is set correctly
+
+if test ! -d "${MED_ROOT_DIR}"; then
+    echo "failed : MED_ROOT_DIR variable is not correct !"
+    exit
+fi
+
+########################################################################
+# Test if the GEOM_ROOT_DIR is set correctly
+
+if test ! -d "${GEOM_ROOT_DIR}"; then
+    echo "failed : GEOM_ROOT_DIR variable is not correct !"
+    exit
+fi
+
+########################################################################
+# Test if the SMESH_ROOT_DIR is set correctly
+
+if test ! -d "${SMESH_ROOT_DIR}"; then
+    echo "failed : SMESH_ROOT_DIR variable is not correct !"
+    exit
+fi
+
 ########################################################################
 # find_in - utility function
 #