Lines Matching refs:PKG_CONFIG
206 AC_CHECK_TOOL([PKG_CONFIG], [pkg-config])
207 if test x"$PKG_CONFIG" != x""; then
208 OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
210 OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
211 OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`
330 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
337 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
339 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
344 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
346 if test -n "$PKG_CONFIG"; then
349 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
353 PKG_CONFIG=""
371 if test -n "$PKG_CONFIG" && \
372 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
380 dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
385 elif test -n "$PKG_CONFIG"; then
387 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
400 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
435 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
437 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
456 is in your PATH or set the PKG_CONFIG environment variable to the full
487 _save_PKG_CONFIG=$PKG_CONFIG
488 PKG_CONFIG="$PKG_CONFIG --static"
490 PKG_CONFIG=$_save_PKG_CONFIG[]dnl