Lines Matching refs:PATH_SEPARATOR
357 dnl and stores the result in 'PATH_SEPARATOR', unless
364 dnl Non-empty user provided 'PATH_SEPARATOR' always
371 # Auto-detect and set 'PATH_SEPARATOR', unless it is already non-empty set.
397 if test -z "$PATH_SEPARATOR"; then
398 # User should provide the correct 'PATH_SEPARATOR' definition.
401 PATH_SEPARATOR=':'
410 if test -z "$PATH_SEPARATOR"; then
412 PATH_SEPARATOR=$xc_tst_auto_separator
413 elif test "x$PATH_SEPARATOR" != "x$xc_tst_auto_separator"; then
414 echo "$xc_msg_warn 'PATH_SEPARATOR' does not match auto-detected one." >&2
417 xc_PATH_SEPARATOR=$PATH_SEPARATOR
418 AC_SUBST([PATH_SEPARATOR])dnl subst
453 dnl code that performs PATH_SEPARATOR auto-detection
469 dnl PATH_SEPARATOR check.
527 dnl Override autoconf and libtool PATH_SEPARATOR check
560 ac_path_separator=$PATH_SEPARATOR
575 lt_cv_sys_path_separator=$PATH_SEPARATOR
586 dnl script uses the same PATH_SEPARATOR check irrespective
591 dnl and stores the result in 'PATH_SEPARATOR', unless
598 dnl Non-empty user provided 'PATH_SEPARATOR' always
646 # Check that 'PATH_SEPARATOR' has already been set.
652 if test -z "$PATH_SEPARATOR"; then
653 AC_MSG_ERROR([PATH_SEPARATOR not set (internal or config.site problem)])
656 AC_MSG_RESULT([$PATH_SEPARATOR])
657 if test "x$PATH_SEPARATOR" != "x$xc_PATH_SEPARATOR"; then