Lines Matching refs:python
28 # python. If you want it to continue, set optional to true, like
33 # user, you can disable the check for the python version by setting the
89 # Allow the use of a (user set) custom python version
96 AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]])
98 AC_MSG_WARN([Cannot find python$PYTHON_VERSION in your system path])
100 AC_MSG_ERROR([Giving up, python development not available])
297 print ('python'+c[['LDVERSION']])
299 print ('python'+c[['VERSION']])
302 # This small piece shamelessly adapted from PostgreSQL python macro;
399 AC_MSG_CHECKING(python extra libraries)
411 AC_MSG_CHECKING(python extra linking flags)
425 AC_MSG_CHECKING([consistency of all components of python development environment])
451 Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"