Lines Matching full:path
145 dnl Emits shell code that verifies that 'PATH' variable
152 # Verify that 'PATH' variable is set, otherwise abort.
156 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'
162 echo "$xc_msg_err 'PATH' variable not set. $xc_msg_abrt" >&2
202 dnl is found within 'PATH', otherwise aborts execution.
212 # Verify that 'sed' utility is found within 'PATH', otherwise abort.
223 echo "$xc_msg_err 'sed' utility not found in 'PATH'. $xc_msg_abrt" >&2
235 dnl is found within 'PATH', otherwise aborts execution.
245 # Verify that 'grep' utility is found within 'PATH', otherwise abort.
256 echo "$xc_msg_err 'grep' utility not found in 'PATH'. $xc_msg_abrt" >&2
268 dnl is found within 'PATH', otherwise aborts execution.
274 # Verify that 'tr' utility is found within 'PATH', otherwise abort.
285 echo "$xc_msg_err 'tr' utility not found in 'PATH'. $xc_msg_abrt" >&2
297 dnl is found within 'PATH', otherwise aborts execution.
303 # Verify that 'wc' utility is found within 'PATH', otherwise abort.
314 echo "$xc_msg_err 'wc' utility not found in 'PATH'. $xc_msg_abrt" >&2
326 dnl is found within 'PATH', otherwise aborts execution.
332 # Verify that 'cat' utility is found within 'PATH', otherwise abort.
347 echo "$xc_msg_err 'cat' utility not found in 'PATH'. $xc_msg_abrt" >&2
358 dnl Emits shell code that computes the path separator
362 dnl This path separator is the symbol used to separate
363 dnl or differentiate paths inside the 'PATH' environment
376 # Directory count in 'PATH' when using a colon separator.
379 for xc_tst_dir in $PATH; do
386 # Directory count in 'PATH' when using a semicolon separator.
389 for xc_tst_dir in $PATH; do
402 echo "$xc_msg_warn path separator not determined, guessing colon" >&2
592 dnl Emits shell code that computes the path separator
596 dnl This path separator is the symbol used to separate
597 dnl or differentiate paths inside the 'PATH' environment
657 AC_MSG_CHECKING([for path separator])
660 AC_MSG_CHECKING([for initial path separator])
662 AC_MSG_ERROR([path separator mismatch (internal or config.site problem)])