X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=e48f1959ef71643f92429ea8a4a4404c746d900d;hb=089e132f3f69535b78b6441228e5c47b6f8dc68f;hp=1cadb704c293acb63d38478739292f650256b473;hpb=57606f93425796ebe6342682144079e9413d05ca;p=modules%2Fadao.git diff --git a/configure.ac b/configure.ac index 1cadb70..e48f195 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,6 @@ -dnl Copyright (C) 2010-2011 EDF R&D +dnl Copyright (C) 2008-2019 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 @@ -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 @@ -141,5 +143,8 @@ AC_CONFIG_FILES([ bin/qtEficas_adao_study.py doc/Makefile doc/en/Makefile + doc/fr/Makefile + test/Makefile + i18n/Makefile ]) AC_OUTPUT