X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fwrappergen%2Fbin%2FHXX2SALOME_GENERIC_CLASS_NAME_SRC%2Fadm_local%2Funix%2Fconfig_files%2Fpython.m4;h=4612a4169b7b0a77910fb7b39189488a52f7b411;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=761185db15e6991b0f1bbda584e0b26c68d605fa;hpb=216c15bc1ec59372c7313d273cc0fa1d206a68d4;p=modules%2Fyacs.git diff --git a/src/wrappergen/bin/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/python.m4 b/src/wrappergen/bin/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/python.m4 index 761185db1..4612a4169 100644 --- a/src/wrappergen/bin/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/python.m4 +++ b/src/wrappergen/bin/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/python.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2006-2014 CEA/DEN, EDF R&D +dnl Copyright (C) 2006-2023 CEA, EDF 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 @@ -75,7 +75,7 @@ AC_DEFUN([CHECK_PYTHON],[ AC_MSG_CHECKING(python extra libraries) PYTHON_EXTRA_LIBS=`$PYTHON -c "import distutils.sysconfig; \ conf = distutils.sysconfig.get_config_var; \ - print conf('LOCALMODLIBS')+' '+conf('LIBS')" + print(conf('LOCALMODLIBS')+' '+conf('LIBS'))" AC_MSG_RESULT($PYTHON_EXTRA_LIBS)` AC_SUBST(PYTHON_EXTRA_LIBS) ])