Lines Matching refs:PKG_CONFIG
29 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
31 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
36 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
38 if test -n "$PKG_CONFIG"; then
41 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
45 PKG_CONFIG=""
62 if test -n "$PKG_CONFIG" && \
63 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
74 elif test -n "$PKG_CONFIG"; then
76 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
88 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
125 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
127 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
146 is in your PATH or set the PKG_CONFIG environment variable to the full