Lines Matching refs:python
32 # user, you can disable the check for the python version by setting the
81 # Allow the use of a (user set) custom python version
88 AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]])
91 AC_MSG_ERROR([Cannot find python$PYTHON_VERSION in your system path])
251 print ('python'+c[['LDVERSION']])
253 print ('python'+c[['VERSION']])
256 # This small piece shamelessly adapted from PostgreSQL python macro;
300 AC_MSG_CHECKING(python extra libraries)
312 AC_MSG_CHECKING(python extra linking flags)
324 AC_MSG_CHECKING([consistency of all components of python development environment])
351 Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"