Home
last modified time | relevance | path

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

1234567

/netbsd/src/external/bsd/openpam/dist/m4/
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
63 AC_MSG_CHECKING([that ${PKG_CONFIG} is at least version ${_min_version}])
64 _act_version=`"${PKG_CONFIG}" --version`
65 if ! "${PKG_CONFIG}" --atleast-pkgconfig-version="${_min_version}" ; then
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/cf/
Dpkg.m428 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
29 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
31 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
33 if test -n "$PKG_CONFIG"; then
36 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
40 PKG_CONFIG=""
58 if test -n "$PKG_CONFIG" && \
59 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
69 [if test -n "$PKG_CONFIG"; then
74 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
[all …]
/netbsd/src/external/gpl3/binutils/dist/config/
Dpkg.m453 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
[all …]
/netbsd/src/external/gpl3/gcc/dist/config/
Dpkg.m453 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
[all …]
/netbsd/src/external/gpl3/gdb/dist/config/
Dpkg.m453 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
[all …]
/netbsd/src/external/bsd/openldap/dist/
Daclocal.m467 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
[all …]
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/m4/
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=""
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`
/netbsd/src/external/bsd/ntp/dist/sntp/m4/
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=""
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`
Dntp_openssl.m495 str="$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-not…
119 case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-no…
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`"
[all …]
/netbsd/src/external/bsd/libevent/dist/m4/
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=""
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`
/netbsd/src/external/bsd/tmux/dist/
Dconfigure4635 case $PKG_CONFIG in
4637 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
4658 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
4659 if test -n "$PKG_CONFIG"; then
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4661 $as_echo "$PKG_CONFIG" >&6; }
4670 ac_pt_PKG_CONFIG=$PKG_CONFIG
4711 PKG_CONFIG=""
4719 PKG_CONFIG=$ac_pt_PKG_CONFIG
4722 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
[all …]
Daclocal.m475 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
82 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
84 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
89 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
91 if test -n "$PKG_CONFIG"; then
94 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
98 PKG_CONFIG=""
116 if test -n "$PKG_CONFIG" && \
117 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
125 dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
[all …]
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/dbus/
DMakefile18 PKG_CONFIG ?= pkg-config macro
41 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
/netbsd/src/crypto/external/bsd/netpgp/dist/
Dax_check_openssl.m454 AC_PATH_PROG(PKG_CONFIG, pkg-config)
55 if test x"$PKG_CONFIG" != x""; then
56 OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
58 OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
59 OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`
/netbsd/src/external/gpl2/lvm2/dist/
Dconfigure728 PKG_CONFIG
859 PKG_CONFIG
9364 case $PKG_CONFIG in
9366 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
9387 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
9388 if test -n "$PKG_CONFIG"; then
9389 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
9390 $as_echo "$PKG_CONFIG" >&6; }
9399 ac_pt_PKG_CONFIG=$PKG_CONFIG
9440 PKG_CONFIG=""
[all …]
/netbsd/src/external/bsd/libpcap/dist/
Dconfigure6996 case $PKG_CONFIG in
6998 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7023 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
7024 if test -n "$PKG_CONFIG"; then
7025 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
7026 printf "%s\n" "$PKG_CONFIG" >&6; }
7035 ac_pt_PKG_CONFIG=$PKG_CONFIG
7081 PKG_CONFIG=""
7089 PKG_CONFIG=$ac_pt_PKG_CONFIG
7092 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
[all …]
Daclocal.m41138 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
1144 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
1146 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
1151 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
1153 if test -n "$PKG_CONFIG"; then
1156 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1160 PKG_CONFIG=""
1173 if test -n "$PKG_CONFIG" && \
1174 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
1182 dnl Internal wrapper calling pkg-config via PKG_CONFIG and, if
[all …]
/netbsd/src/external/bsd/wpa/dist/src/drivers/
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)
/netbsd/src/external/bsd/tcpdump/dist/
Daclocal.m4543 if test -n "$PKG_CONFIG" ; then
552 if "$PKG_CONFIG" libpcap --exists ; then
585 cflags=`"$PKG_CONFIG" libpcap --cflags`
587 libpcap=`"$PKG_CONFIG" libpcap --libs`
883 if test -z "$PKG_CONFIG" -a -z "$PCAP_CONFIG"; then
1289 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
1295 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
1297 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
1302 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
1304 if test -n "$PKG_CONFIG"; then
[all …]
Dconfigure4380 case $PKG_CONFIG in
4382 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
4407 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
4408 if test -n "$PKG_CONFIG"; then
4409 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4410 printf "%s\n" "$PKG_CONFIG" >&6; }
4419 ac_pt_PKG_CONFIG=$PKG_CONFIG
4465 PKG_CONFIG=""
4473 PKG_CONFIG=$ac_pt_PKG_CONFIG
4476 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
[all …]
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
DAndroid.mk9 PKG_CONFIG ?= pkg-config
/netbsd/src/external/gpl3/binutils/dist/gold/
Dconfigure10169 case $PKG_CONFIG in
10171 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10192 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10193 if test -n "$PKG_CONFIG"; then
10194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
10195 $as_echo "$PKG_CONFIG" >&6; }
10204 ac_pt_PKG_CONFIG=$PKG_CONFIG
10245 PKG_CONFIG=""
10253 PKG_CONFIG=$ac_pt_PKG_CONFIG
10256 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
[all …]

1234567