Home | History | Annotate | Download | only in gtest

Lines Matching full:interpreter

9400   dnl Find a Python interpreter.  Python versions prior to 2.0 are not
9406 AC_ARG_VAR([PYTHON], [the Python interpreter])
9410 # Find any Python interpreter.
9425 # Otherwise, try each interpreter until we find one that satisfies
9427 AC_CACHE_CHECK([for a Python interpreter with version >= $1],
9445 m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
9553 # Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION.