From: nds Date: Fri, 10 Mar 2006 08:32:04 +0000 (+0000) Subject: Canges in configure scripts. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fcdb8ee82d5af3cd071d2e8ab51081c9c4cfe696;p=modules%2Fsmesh.git Canges in configure scripts. --- diff --git a/build_configure b/build_configure index f36126a92..e3a6e0e96 100755 --- a/build_configure +++ b/build_configure @@ -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 #