Salome HOME
Documentation review corrections
[modules/adao.git] / configure.ac
index 5807867a4644fd89ab907c0232e27c519c14a0d2..bda6994cd352e6fdbbd70890581ae180e7fb822b 100644 (file)
@@ -1,4 +1,6 @@
-dnl  Copyright (C) 2010-2011  EDF R&D
+dnl  Copyright (C) 2008-2023 EDF R&D
+dnl
+dnl  This file is part of SALOME ADAO module
 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
@@ -16,9 +18,9 @@ dnl  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 dnl
 dnl  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 dnl
-dnl  Author: AndrĂ© Ribes, andre.ribes@edf.fr, EDF R&D
+dnl  Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
 
-AC_INIT(ADAO_SRC, [6.4.0])
+AC_INIT(ADAO_SRC, [7.2.0])
 AC_CONFIG_AUX_DIR(adm_local)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(adao_config.h)
@@ -86,7 +88,7 @@ if test "x$omniORBpy_ok" = "xno"; then
   salome_module_ok=no
 fi
 if test "x$Kernel_ok" = "xno"; then
-  AC_MSG_WARN([SALOME KERNEL is required for SALOME Module part - 
+  AC_MSG_WARN([SALOME KERNEL is required for SALOME Module part -
                You could define a correct KERNEL_ROOT_DIR or use the --with-kernel= configure option])
   salome_module_ok=no
 fi
@@ -125,15 +127,24 @@ AC_CONFIG_FILES([
         examples/Makefile
         examples/daSalome/Makefile
         examples/daSalome/test003_ADAO_JDC_using_scripts.comm
+        examples/daSalome/test003_ADAO_JDC_using_scripts.py
+        examples/daSalome/test003_bis_ADAO_JDC_using_user_data_init.comm
+        examples/daSalome/test003_bis_ADAO_JDC_using_user_data_init.py
         examples/daSalome/test004_ADAO_JDC_using_scripts.comm
+        examples/daSalome/test004_ADAO_JDC_using_scripts.py
         examples/daSalome/test005_ADAO_Operators.comm
-        examples/daSalome/test003_bis_ADAO_JDC_using_user_data_init.comm
+        examples/daSalome/test005_ADAO_Operators.py
         examples/daSalome/test006_Observers.comm
+        examples/daSalome/test006_Observers.py
         examples/daSkeletons/Makefile
         examples/daSkeletons/External_data_definition_by_scripts/Makefile
         examples/daSkeletons/External_data_definition_by_scripts/ADAO_Case.comm
         bin/Makefile
         bin/qtEficas_adao_study.py
         doc/Makefile
+        doc/en/Makefile
+        doc/fr/Makefile
+        test/Makefile
+        i18n/Makefile
         ])
 AC_OUTPUT