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

index f36126a92b7434ed0be679fabc67fe58f6ba2ef9..e3a6e0e96366290b3511b2f2725d3edf65978a9f 100755 (executable)
@@ -26,6 +26,31 @@ 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
+
 ########################################################################
 # find_in - utility function
 #