Salome HOME
Updated copyright comment
[modules/gui.git] / adm_local / unix / config_files / check_GUI.m4
old mode 100755 (executable)
new mode 100644 (file)
index a073c01..beda743
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+dnl Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 dnl
 dnl Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -6,7 +6,7 @@ dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
 dnl License as published by the Free Software Foundation; either
-dnl version 2.1 of the License.
+dnl version 2.1 of the License, or (at your option) any later version.
 dnl
 dnl This library is distributed in the hope that it will be useful,
 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -53,9 +53,9 @@ else
       SALOME_GUI_DIR=${GUI_ROOT_DIR}
     else
       # search Salome binaries in PATH variable
-      AC_PATH_PROG(TEMP, SUITApp)
+      AC_PATH_PROG(TEMP, suitexe)
       if test "x${TEMP}" != "x" ; then
-        AC_MSG_RESULT(SUITApp was found at : ${TEMP})
+        AC_MSG_RESULT(suitexe was found at : ${TEMP})
         SALOME_BIN_DIR=`dirname ${TEMP}`
         SALOME_GUI_DIR=`cd ${SALOME_BIN_DIR}/../..; pwd`
       fi
@@ -68,7 +68,7 @@ else
 
   # check GUI installation
   AC_CHECKING(for light GUI)
-  if test -f ${SALOME_GUI_DIR}/bin/salome/SUITApp ; then
+  if test -f ${SALOME_GUI_DIR}/bin/salome/suitexe ; then
     LightGUI_ok=yes
     AC_MSG_RESULT(Using SALOME GUI distribution in ${SALOME_GUI_DIR})