Lines Matching refs:pkg
6 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
7 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
8 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
11 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
15 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
82 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
83 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
92 and $1[]_LIBS to avoid the need to call pkg-config.
93 See the pkg-config man page for more details.])
119 [The pkg-config script could not be found or is too old. Make sure it
121 path to pkg-config.
125 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl