Lines Matching refs:PATH_SEPARATOR
360 dnl and stores the result in 'PATH_SEPARATOR', unless
367 dnl Non-empty user provided 'PATH_SEPARATOR' always
374 # Auto-detect and set 'PATH_SEPARATOR', unless it is already non-empty set.
400 if test -z "$PATH_SEPARATOR"; then
401 # Stop dead until user provides 'PATH_SEPARATOR' definition.
402 echo "$xc_msg_err 'PATH_SEPARATOR' variable not set. $xc_msg_abrt" >&2
412 if test -z "$PATH_SEPARATOR"; then
414 PATH_SEPARATOR=$xc_tst_auto_separator
415 elif test "x$PATH_SEPARATOR" != "x$xc_tst_auto_separator"; then
416 echo "$xc_msg_warn 'PATH_SEPARATOR' does not match auto-detected one." >&2
419 xc_PATH_SEPARATOR=$PATH_SEPARATOR
420 AC_SUBST([PATH_SEPARATOR])dnl subst
455 dnl code that performs PATH_SEPARATOR auto-detection
471 dnl PATH_SEPARATOR check.
529 dnl Override autoconf and libtool PATH_SEPARATOR check
562 ac_path_separator=$PATH_SEPARATOR
577 lt_cv_sys_path_separator=$PATH_SEPARATOR
588 dnl script uses the same PATH_SEPARATOR check irrespective
593 dnl and stores the result in 'PATH_SEPARATOR', unless
600 dnl Non-empty user provided 'PATH_SEPARATOR' always
648 # Check that 'PATH_SEPARATOR' has already been set.
654 if test -z "$PATH_SEPARATOR"; then
655 AC_MSG_ERROR([PATH_SEPARATOR not set (internal or config.site problem)])
658 AC_MSG_RESULT([$PATH_SEPARATOR])
659 if test "x$PATH_SEPARATOR" != "x$xc_PATH_SEPARATOR"; then