From d431e3c907a4e81cab85390a7393d926da012b73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Ribes?= Date: Fri, 17 Dec 2010 15:08:06 +0100 Subject: [PATCH] check_eficas cherche le logiciel eficas --- adm_local/check_eficas.m4 | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/adm_local/check_eficas.m4 b/adm_local/check_eficas.m4 index e8f7a5d..2f7f6b2 100644 --- a/adm_local/check_eficas.m4 +++ b/adm_local/check_eficas.m4 @@ -5,22 +5,21 @@ AC_CHECKING(for Eficas) eficas_ok=no AC_ARG_WITH(eficas, - [ --with-module-eficas=DIR root directory path of Module Eficas installation], - EFICAS_DIR=$withval,EFICAS_DIR="") + [ --with-eficas=DIR root directory path of Eficas installation], + EFICAS_DIR=$withval,EFICAS_DIR="") if test "x$EFICAS_DIR" = "x" ; then # no --with-eficas option used - if test "x$EFICAS_ROOT_DIR" != "x" ; then + if test "x$EFICAS_ROOT" != "x" ; then - #EFICAS_ROOT_DIR environment variable defined - EFICAS_DIR=$EFICAS_ROOT_DIR + #EFICAS_ROOT environment variable defined + EFICAS_DIR=$EFICAS_ROOT else - AC_MSG_WARN("EFICAS_ROOT_DIR is not defined") + AC_MSG_WARN("EFICAS_ROOT is not defined") fi - fi if test "x$EFICAS_DIR" != "x" ; then @@ -29,6 +28,6 @@ if test "x$EFICAS_DIR" != "x" ; then fi AC_MSG_RESULT(for Eficas: $eficas_ok) - + ])dnl - + -- 2.39.2