Canges in configure scripts.
This commit is contained in:
parent
1eef72fbf2
commit
ac01ede897
@ -26,6 +26,38 @@ fi
|
|||||||
# echo "failed : KERNEL_SRC variable is not correct !"
|
# echo "failed : KERNEL_SRC variable is not correct !"
|
||||||
# exit
|
# exit
|
||||||
#fi
|
#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
|
# find_in - utility function
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user