Lines Matching refs:pkg
1 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
2 # serial 1 (pkg-config-0.24)
31 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
32 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
33 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
36 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
40 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
108 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
109 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
118 and $1[]_LIBS to avoid the need to call pkg-config.
119 See the pkg-config man page for more details.])
145 [The pkg-config script could not be found or is too old. Make sure it
147 path to pkg-config.
151 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
165 # should install pkg-config .pc files. By default the directory is
172 [pkg-config installation directory @<:@]pkg_default[@:>@])
185 # module should install arch-independent pkg-config .pc files. By
192 [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
205 # Retrieves the value of the pkg-config variable for the given module.
208 AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl