Lines Matching refs:pkg
48 SDL_CONFIG="pkg-config sdl2"
203 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
204 # serial 1 (pkg-config-0.24)
232 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
233 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
234 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
237 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
241 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
308 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
309 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
318 and $1[]_LIBS to avoid the need to call pkg-config.
319 See the pkg-config man page for more details.])
345 [The pkg-config script could not be found or is too old. Make sure it
347 path to pkg-config.
351 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl