Lines Matching refs:python
27 # python. If you want it to continue, set optional to true, like
32 # user, you can disable the check for the python version by setting the
88 # Allow the use of a (user set) custom python version
95 AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]])
97 AC_MSG_WARN([Cannot find python$PYTHON_VERSION in your system path])
99 AC_MSG_ERROR([Giving up, python development not available])
296 print ('python'+c[['LDVERSION']])
298 print ('python'+c[['VERSION']])
301 # This small piece shamelessly adapted from PostgreSQL python macro;
398 AC_MSG_CHECKING(python extra libraries)
410 AC_MSG_CHECKING(python extra linking flags)
424 AC_MSG_CHECKING([consistency of all components of python development environment])
450 Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"