Salome HOME
On check le module EFICAS
authorAndré Ribes <andre.ribes@edf.fr>
Fri, 17 Dec 2010 13:17:56 +0000 (14:17 +0100)
committerAndré Ribes <andre.ribes@edf.fr>
Fri, 17 Dec 2010 13:17:56 +0000 (14:17 +0100)
adm_local/check_eficas.m4

index 70e7e4d039cccde18d2a973d73315d1f7aa2b64b..e8f7a5d408e04bab074f6f4519b9246c646a6f66 100644 (file)
@@ -5,20 +5,20 @@ AC_CHECKING(for Eficas)
 eficas_ok=no
 
 AC_ARG_WITH(eficas,
-           [  --with-eficas=DIR               root directory path of Eficas installation],
+           [  --with-module-eficas=DIR        root directory path of Module Eficas installation],
            EFICAS_DIR=$withval,EFICAS_DIR="")
 
 if test "x$EFICAS_DIR" = "x" ; then
 
   # no --with-eficas option used
 
-  if test "x$EFICAS_ROOT" != "x" ; then
+  if test "x$EFICAS_ROOT_DIR" != "x" ; then
 
-  #EFICAS_ROOT environment variable defined
-  EFICAS_DIR=$EFICAS_ROOT
+  #EFICAS_ROOT_DIR environment variable defined
+  EFICAS_DIR=$EFICAS_ROOT_DIR
 
   else
-    AC_MSG_WARN("EFICAS_ROOT is not defined")
+    AC_MSG_WARN("EFICAS_ROOT_DIR is not defined")
   fi
 
 fi