Home | History | Annotate | Download | only in libcap-ng-0.7

Lines Matching full:interpreter

841   dnl Find a Python interpreter.  Python versions prior to 2.0 are not
847 AC_ARG_VAR([PYTHON], [the Python interpreter])
851 # Find any Python interpreter.
866 # Otherwise, try each interpreter until we find one that satisfies
868 AC_CACHE_CHECK([for a Python interpreter with version >= $1],
886 m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
994 # Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION.