Salome HOME
Prise en compte des instants dans les champs de pilotage pour l'écriture du schÃ...
[modules/homard.git] / build_configure
index 156057c6d9e5bcfe237a465193074c4c021733cf..a8e2f91deb4b739eeaf2c5427a1c5ad98761f388 100755 (executable)
@@ -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
 
 # ____________________________________________________________________