Home
last modified time | relevance | path

Searched refs:PKG_CONFIG (Results 1 – 25 of 127) sorted by relevance

123456

/freebsd/contrib/openpam/m4/
H A Dax_pkg_config.m441 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config binary])
44 if test x"${PKG_CONFIG}" = x"" ; then
45 AC_PATH_PROGS([PKG_CONFIG], [pkgconf pkg-config]) >/dev/null
47 AC_PATH_PROG([PKG_CONFIG], [${PKG_CONFIG}])
50 if test -x "${PKG_CONFIG}" ; then
51 AC_MSG_RESULT([${PKG_CONFIG}])
52 case "${PKG_CONFIG}" in
64 _act_version=`"${PKG_CONFIG}" --version`
66 PKG_CONFIG=""
71 PKG_CONFIG=""
[all …]
/freebsd/crypto/openssh/contrib/
H A DMakefile1 PKG_CONFIG = pkg-config macro
12 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \
14 `$(PKG_CONFIG) --libs gtk+-2.0 x11`
17 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-3.0` \
19 `$(PKG_CONFIG) --libs gtk+-3.0 x11`
/freebsd/sys/contrib/openzfs/config/
H A Dpkg.m462 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
76 PKG_CONFIG=""
94 if test -n "$PKG_CONFIG" && \
95 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
108 elif test -n "$PKG_CONFIG"; then
123 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
210 _save_PKG_CONFIG=$PKG_CONFIG
211 PKG_CONFIG="$PKG_CONFIG --static"
[all …]
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_pkg_config.m410 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
14 case "$PKG_CONFIG" in
17 if $PKG_CONFIG --atleast-pkgconfig-version $ntp_pkgconfig_min_version; then
21 PKG_CONFIG=""
H A Dntp_libevent.m475 case "$PKG_CONFIG" in
77 if $PKG_CONFIG --atleast-version=$ntp_libevent_min_version libevent
80 ntp_libevent_version="`$PKG_CONFIG --modversion libevent`"
87 CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads`
88 CPPFLAGS_LIBEVENT=`$PKG_CONFIG --cflags-only-I libevent`
94 # LDADD_LIBEVENT=`$PKG_CONFIG --libs libevent | sed 's:-levent::'`
97 for i in `$PKG_CONFIG --libs libevent` `$PKG_CONFIG --cflags-only-other libevent_pthreads`
118 CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads`
H A Dntp_openssl.m495 str="$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-not…
122 # If PKG_CONFIG is notempty and we haven't been given openssl paths,
125 # in openssl.pc. If $PKG_CONFIG tells us an INCPATH and/or a LIBPATH,
154 if $PKG_CONFIG --exists $pkg ; then
217 if $PKG_CONFIG --exists $pkg ; then
218 ntp_ssl_cppflags="`$PKG_CONFIG --cflags-only-I $pkg`"
226 ntp_ssl_cflags="`$PKG_CONFIG --cflags-only-other $pkg`"
227 ntp_ssl_libs_L="`$PKG_CONFIG --libs-only-L $pkg`"
235 ntp_ssl_libs_l="`$PKG_CONFIG --libs-only-l $pkg`"
237 ntp_ssl_ldflags="`$PKG_CONFIG --libs-only-other $pkg`"
[all …]
/freebsd/contrib/libevent/m4/
H A Dntp_pkg_config.m410 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
14 case "$PKG_CONFIG" in
17 if $PKG_CONFIG --atleast-pkgconfig-version $ntp_pkgconfig_min_version; then
21 PKG_CONFIG=""
H A Dlibevent_openssl.m49 case "$PKG_CONFIG" in
13 OPENSSL_LIBS=`$PKG_CONFIG --libs openssl 2>/dev/null`
20 OPENSSL_INCS=`$PKG_CONFIG --cflags openssl 2>/dev/null`
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dntp_pkg_config.m410 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
14 case "$PKG_CONFIG" in
17 if $PKG_CONFIG --atleast-pkgconfig-version $ntp_pkgconfig_min_version; then
21 PKG_CONFIG=""
H A Dlibevent_openssl.m49 case "$PKG_CONFIG" in
13 OPENSSL_LIBS=`$PKG_CONFIG --libs openssl 2>/dev/null`
20 OPENSSL_INCS=`$PKG_CONFIG --cflags openssl 2>/dev/null`
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile18 PKG_CONFIG ?= pkg-config macro
41 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
/freebsd/contrib/wpa/src/drivers/
H A Ddrivers.mak171 PKG_CONFIG ?= pkg-config macro
172 HAVE_LIBNL3 := $(shell $(PKG_CONFIG) --exists libnl-3.0; echo $$?)
186 PKG_CONFIG ?= pkg-config macro
187 DRV_CFLAGS += $(shell $(PKG_CONFIG) --cflags libnl-3.0)
/freebsd/contrib/libpcap/
H A Dconfigure7416 case $PKG_CONFIG in
7442 $as_echo "$PKG_CONFIG" >&6; }
7869 if test -n "$PKG_CONFIG" && \
7884 if test -n "$PKG_CONFIG" && \
7902 if test -n "$PKG_CONFIG" && \
7920 if test -n "$PKG_CONFIG" && \
9318 if test -n "$PKG_CONFIG" && \
9333 if test -n "$PKG_CONFIG" && \
9351 if test -n "$PKG_CONFIG" && \
9369 if test -n "$PKG_CONFIG" && \
[all …]
H A Daclocal.m41112 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
1117 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
1119 if test -n "$PKG_CONFIG"; then
1126 PKG_CONFIG=""
1139 if test -n "$PKG_CONFIG" && \
1140 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
1153 elif test -n "$PKG_CONFIG"; then
1168 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1262 _save_PKG_CONFIG=$PKG_CONFIG
1263 PKG_CONFIG="$PKG_CONFIG --static"
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DAndroid.mk9 PKG_CONFIG ?= pkg-config
H A DMakefile36 PKG_CONFIG ?= pkg-config macro
/freebsd/contrib/dialog/
H A Dconfigure7566 PKG_CONFIG=none
7660 test -z "$PKG_CONFIG" && PKG_CONFIG=none
20049 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "xmu"; then
20447 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "x11"; then
20584 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "ice"; then
20721 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "sm"; then
20858 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "xt"; then
21001 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "xt"; then
21190 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "x11"; then
21525 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "sm"; then
[all …]
/freebsd/contrib/openpam/misc/
H A DMakefile.in199 PKG_CONFIG = @PKG_CONFIG@
/freebsd/contrib/openpam/include/security/
H A DMakefile.in244 PKG_CONFIG = @PKG_CONFIG@
/freebsd/contrib/tcpdump/
H A Dconfigure5396 case $PKG_CONFIG in
5419 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
5420 if test -n "$PKG_CONFIG"; then
5422 $as_echo "$PKG_CONFIG" >&6; }
5431 ac_pt_PKG_CONFIG=$PKG_CONFIG
5472 PKG_CONFIG=""
5480 PKG_CONFIG=$ac_pt_PKG_CONFIG
5483 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
5486 if test -n "$PKG_CONFIG" ; then
5531 cflags=`"$PKG_CONFIG" libpcap --cflags`
[all …]
/freebsd/contrib/openpam/lib/
H A DMakefile.in256 PKG_CONFIG = @PKG_CONFIG@
/freebsd/contrib/openpam/modules/
H A DMakefile.in256 PKG_CONFIG = @PKG_CONFIG@
/freebsd/contrib/openpam/bin/
H A DMakefile.in257 PKG_CONFIG = @PKG_CONFIG@
/freebsd/contrib/openpam/doc/
H A DMakefile.in255 PKG_CONFIG = @PKG_CONFIG@
/freebsd/contrib/openpam/doc/man/
H A DMakefile.in230 PKG_CONFIG = @PKG_CONFIG@

123456