Searched refs:pkg_config_prog_path (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/gpl3/gdb/dist/gdb/ |
H A D | configure.ac | 1089 AC_PATH_PROG(pkg_config_prog_path, pkg-config, missing) 1098 if test "${pkg_config_prog_path}" = "missing"; then 1105 if test "${pkg_config_prog_path}" = "missing"; then 1108 AC_TRY_LIBGUILE(${pkg_config_prog_path}, ${try_guile_versions}, yes, have_libguile) 1123 if test "${pkg_config_prog_path}" = "missing"; then 1126 AC_TRY_LIBGUILE(${pkg_config_prog_path}, ${with_guile}, yes, have_libguile) 1137 GDB_GUILE_PROGRAM_NAMES(["${pkg_config_prog_path}"], ["${guile_version}"]) 1195 if test "${pkg_config_prog_path}" = "missing"; then 1209 if ${pkg_config_prog_path} --exists source-highlight; then 1210 SRCHIGH_CFLAGS=`${pkg_config_prog_path} --cflags source-highlight` [all …]
|
H A D | configure | 11152 case $pkg_config_prog_path in 11176 pkg_config_prog_path=$ac_cv_path_pkg_config_prog_path 11177 if test -n "$pkg_config_prog_path"; then 11179 $as_echo "$pkg_config_prog_path" >&6; } 11195 if test "${pkg_config_prog_path}" = "missing"; then 11200 pkg_config=${pkg_config_prog_path} 11280 if test "${pkg_config_prog_path}" = "missing"; then 11284 pkg_config=${pkg_config_prog_path} 11452 if test "${pkg_config_prog_path}" = "missing"; then 11456 pkg_config=${pkg_config_prog_path} [all …]
|
/netbsd/external/gpl3/gdb.old/dist/gdb/ |
H A D | configure.ac | 1089 AC_PATH_PROG(pkg_config_prog_path, pkg-config, missing) 1098 if test "${pkg_config_prog_path}" = "missing"; then 1105 if test "${pkg_config_prog_path}" = "missing"; then 1108 AC_TRY_LIBGUILE(${pkg_config_prog_path}, ${try_guile_versions}, yes, have_libguile) 1123 if test "${pkg_config_prog_path}" = "missing"; then 1126 AC_TRY_LIBGUILE(${pkg_config_prog_path}, ${with_guile}, yes, have_libguile) 1137 GDB_GUILE_PROGRAM_NAMES(["${pkg_config_prog_path}"], ["${guile_version}"]) 1195 if test "${pkg_config_prog_path}" = "missing"; then 1209 if ${pkg_config_prog_path} --exists source-highlight; then 1210 SRCHIGH_CFLAGS=`${pkg_config_prog_path} --cflags source-highlight` [all …]
|
H A D | configure | 11152 case $pkg_config_prog_path in 11176 pkg_config_prog_path=$ac_cv_path_pkg_config_prog_path 11177 if test -n "$pkg_config_prog_path"; then 11179 $as_echo "$pkg_config_prog_path" >&6; } 11195 if test "${pkg_config_prog_path}" = "missing"; then 11200 pkg_config=${pkg_config_prog_path} 11280 if test "${pkg_config_prog_path}" = "missing"; then 11284 pkg_config=${pkg_config_prog_path} 11452 if test "${pkg_config_prog_path}" = "missing"; then 11456 pkg_config=${pkg_config_prog_path} [all …]
|