Lines Matching refs:PKG_CONFIG
67 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
74 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
76 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
81 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
83 if test -n "$PKG_CONFIG"; then
86 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
90 PKG_CONFIG=""
108 if test -n "$PKG_CONFIG" && \
109 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
117 dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
122 elif test -n "$PKG_CONFIG"; then
124 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
137 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
172 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
174 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
193 is in your PATH or set the PKG_CONFIG environment variable to the full
224 _save_PKG_CONFIG=$PKG_CONFIG
225 PKG_CONFIG="$PKG_CONFIG --static"
227 PKG_CONFIG=$_save_PKG_CONFIG[]dnl