Searched refs:PKG_CONFIG (Results 1 – 8 of 8) sorted by relevance
/xen/m4/ |
A D | pkg.m4 | 30 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) 35 AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) 37 if test -n "$PKG_CONFIG"; then 44 PKG_CONFIG="" 61 if test -n "$PKG_CONFIG" && \ 62 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then 73 elif test -n "$PKG_CONFIG"; then 87 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 173 _save_PKG_CONFIG=$PKG_CONFIG 174 PKG_CONFIG="$PKG_CONFIG --static" [all …]
|
A D | systemd.m4 | 65 …dnl SYSTEMD_DIR="`$PKG_CONFIG --define-variable=prefix=$PREFIX --variable=systemdsystemunitdir sys…
|
/xen/tools/ |
A D | configure | 8171 case $PKG_CONFIG in 8194 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 8195 if test -n "$PKG_CONFIG"; then 8197 $as_echo "$PKG_CONFIG" >&6; } 8206 ac_pt_PKG_CONFIG=$PKG_CONFIG 8247 PKG_CONFIG="" 8255 PKG_CONFIG=$ac_pt_PKG_CONFIG 8262 if test -n "$PKG_CONFIG"; then 8272 PKG_CONFIG="" 8284 elif test -n "$PKG_CONFIG"; then [all …]
|
/xen/tools/libs/ |
A D | libs.mk | 25 PKG_CONFIG := xen$(LIBNAME).pc 29 PKG_CONFIG_INST := $(PKG_CONFIG) 35 PKG_CONFIG_LOCAL := $(foreach pc,$(PKG_CONFIG),$(PKG_CONFIG_DIR)/$(pc))
|
/xen/tools/libvchan/ |
A D | Makefile | 25 PKG_CONFIG := xenvchan.pc macro 29 PKG_CONFIG_INST := $(PKG_CONFIG) 35 PKG_CONFIG_LOCAL := $(foreach pc,$(PKG_CONFIG),$(PKG_CONFIG_DIR)/$(pc))
|
/xen/tools/xenstat/libxenstat/ |
A D | Makefile | 40 PKG_CONFIG := xenstat.pc macro 44 PKG_CONFIG_INST := $(PKG_CONFIG) 50 PKG_CONFIG_LOCAL := $(foreach pc,$(PKG_CONFIG),$(PKG_CONFIG_DIR)/$(pc))
|
/xen/tools/xenstore/ |
A D | Makefile | 118 PKG_CONFIG := xenstore.pc macro 122 PKG_CONFIG_INST := $(PKG_CONFIG) 128 PKG_CONFIG_LOCAL := $(foreach pc,$(PKG_CONFIG),$(PKG_CONFIG_DIR)/$(pc))
|
/xen/tools/libxc/ |
A D | Makefile | 158 PKG_CONFIG := xencontrol.pc xenguest.pc macro 162 PKG_CONFIG_INST := $(PKG_CONFIG) 168 PKG_CONFIG_LOCAL := $(foreach pc,$(PKG_CONFIG),$(PKG_CONFIG_DIR)/$(pc))
|
Completed in 16 milliseconds