Lines Matching refs:config
2205 dnl First try to find pkg-config
2207 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
2210 dnl If pkg-config is found try using it
2236 dnl If pkg-config fails for some reason, revert to the old method
2239 dnl Try to find icu-config
2240 AC_PATH_PROG(ICU_CONFIG, icu-config, no, [$PATH:/usr/local/bin])
2242 ICU_CONFIG="$PHP_ICU_DIR/bin/icu-config"
2245 dnl Trust icu-config to know better what the install prefix is..
2249 …CU prefix or $ICU_CONFIG failed. Please verify ICU install prefix and make sure icu-config works.])
2289 dnl First try to find krb5-config
2291 AC_PATH_PROG(KRB5_CONFIG, krb5-config, no, [$PATH:/usr/kerberos/bin:/usr/local/bin])
2294 dnl If krb5-config is found try using it
2358 dnl First try to find pkg-config
2360 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
2363 dnl If pkg-config is found try using it
2382 dnl If pkg-config fails for some reason, revert to the old method
2564 dnl First try to find xml2-config
2565 AC_CACHE_CHECK([for xml2-config path], ac_cv_php_xml2_config_path,
2568 if test -x "$i/bin/xml2-config"; then
2569 ac_cv_php_xml2_config_path="$i/bin/xml2-config"
2592 dnl If xml2-config fails, try pkg-config
2595 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
2598 dnl If pkg-config is found try using it
2621 AC_MSG_ERROR([build test failed. Please check the config.log for details.])
2712 dnl Generates the config.nice file