X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=build_configure;h=a8e2f91deb4b739eeaf2c5427a1c5ad98761f388;hb=534c6f7d7995a36323966b11a0fd633aa83dac59;hp=156057c6d9e5bcfe237a465193074c4c021733cf;hpb=a3b974f0f68b4ea42bbfadb42106996e9a1842c8;p=modules%2Fhomard.git diff --git a/build_configure b/build_configure index 156057c6..a8e2f91d 100755 --- a/build_configure +++ b/build_configure @@ -18,9 +18,9 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -# Tool for updating list of .in file for the SALOME project +# Tool for updating list of .in file for the SALOME project # and regenerating configure script -# Author : +# Author : # Modified by : Alexander BORODIN (OCN) - autotools usage # Date : 10/10/2002 # @@ -31,7 +31,7 @@ CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"` # Test if the KERNEL_ROOT_DIR is set correctly if test ! -d "${KERNEL_ROOT_DIR}"; then - echo "failed : KERNEL_ROOT_DIR variable is not correct !" + echo "failed : KERNEL_ROOT_DIR variable is not correct : $KERNEL_ROOT_DIR" exit fi @@ -40,16 +40,7 @@ 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 !" + echo "failed : GUI_ROOT_DIR variable is not correct : $GUI_ROOT_DIR" exit fi @@ -58,7 +49,7 @@ 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 !" + echo "failed : SMESH_ROOT_DIR variable is not correct : $SMESH_ROOT_DIR" exit fi @@ -80,7 +71,6 @@ echo "====================================================== aclocal" aclocal -I adm_local/unix/config_files \ -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \ -I ${GUI_ROOT_DIR}/adm_local/unix/config_files \ - -I ${MED_ROOT_DIR}/adm_local/unix/config_files \ -I ${SMESH_ROOT_DIR}/adm_local/unix/config_files || exit 1 # ____________________________________________________________________