Lines Matching refs:PKG_CONFIG
53 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
60 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
62 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
67 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
69 if test -n "$PKG_CONFIG"; then
72 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
76 PKG_CONFIG=""
94 if test -n "$PKG_CONFIG" && \
95 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
103 dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
108 elif test -n "$PKG_CONFIG"; then
110 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
123 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
158 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
160 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
179 is in your PATH or set the PKG_CONFIG environment variable to the full
210 _save_PKG_CONFIG=$PKG_CONFIG
211 PKG_CONFIG="$PKG_CONFIG --static"
213 PKG_CONFIG=$_save_PKG_CONFIG[]dnl