Lines Matching refs:version
21 # the Free Software Foundation; either version 2 of the License, or
22 # (at your option) any later version.
53 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
54 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
101 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
200 # cause an error if the version of python installed on the system
212 dnl No version check is needed.
219 dnl A version check is needed.
222 AC_MSG_CHECKING([whether $PYTHON version >= $1])
230 AC_CACHE_CHECK([for a Python interpreter with version >= $1],
251 dnl Query Python for its version number. Getting [:3] seems to be
255 AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
256 [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
362 # Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION.
365 # word of sys.version), in order to cope with versions such as 2.2c1.