X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=c494b86436aaf9c5487c73ac377370bb35a903c7;hb=606aa6c1d84a8722267fadbabf771074533cfb37;hp=ca5bccf67a13b092d75f9ce3566dc49440365510;hpb=33a40534f3bd73b4e234bb53cc98fadc7e8e1172;p=modules%2Fadao.git diff --git a/configure.ac b/configure.ac index ca5bccf..c494b86 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2008-2016 EDF R&D +dnl Copyright (C) 2008-2022 EDF R&D dnl dnl This file is part of SALOME ADAO module dnl @@ -88,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 @@ -145,5 +145,6 @@ AC_CONFIG_FILES([ doc/en/Makefile doc/fr/Makefile test/Makefile + i18n/Makefile ]) AC_OUTPUT