Lines Matching refs:version
9 dnl the Free Software Foundation; either version 2 of the License, or
10 dnl (at your option) any later version.
32 dnl Verify that the version of the pkg-config macros are at least
34 dnl installed version of pkg-config, this checks the developer's version
41 dnl See the "Since" comment for each macro you use to see what version
46 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
54 dnl first found in the path. Checks that the version of pkg-config found
56 dnl used since that's the first version where most current features of
71 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
72 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
123 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then