X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fwrappergen%2Fbin%2FCpp_Template__SRC%2Fadm%2Funix%2Fconfig_files%2Fcheck_python.m4;h=14b1fc0ff034636a878801be130822b172ba491e;hb=e41dd6512d61d8270dec5ad62f4a0b6703ff112d;hp=03e8b8f1cd10085cb2d3342fd46cf31f177d22a6;hpb=e3255204c864201f5bc1aa040d4273ed2f44e8cd;p=modules%2Fyacs.git diff --git a/src/wrappergen/bin/Cpp_Template__SRC/adm/unix/config_files/check_python.m4 b/src/wrappergen/bin/Cpp_Template__SRC/adm/unix/config_files/check_python.m4 index 03e8b8f1c..14b1fc0ff 100644 --- a/src/wrappergen/bin/Cpp_Template__SRC/adm/unix/config_files/check_python.m4 +++ b/src/wrappergen/bin/Cpp_Template__SRC/adm/unix/config_files/check_python.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2006-2016 CEA/DEN, EDF R&D +dnl Copyright (C) 2006-2022 CEA/DEN, EDF R&D 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 @@ -51,7 +51,7 @@ AC_DEFUN(CHECK_PYTHON, AC_SUBST(PYTHONHOME) changequote(<<, >>)dnl - PYTHON_VERSION=`$PYTHON -c "import sys; print sys.version[:3]"` + PYTHON_VERSION=`$PYTHON -c "import sys; print(sys.version[:3])"` changequote([, ])dnl AC_SUBST(PYTHON_VERSION) @@ -73,7 +73,7 @@ AC_DEFUN(CHECK_PYTHON, dnl to know which OS Python thinks this is. AC_SUBST(PYTHON_PLATFORM) - PYTHON_PLATFORM=`$PYTHON -c "import sys; print sys.platform"` + PYTHON_PLATFORM=`$PYTHON -c "import sys; print(sys.platform)"` AC_SUBST(PYTHON_SITE) AC_ARG_WITH(python-site,