mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Look in /usr/ucb first for install.
This commit is contained in:
2
src/configure
vendored
2
src/configure
vendored
@ -1036,7 +1036,7 @@ else
|
||||
;;
|
||||
*)
|
||||
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
||||
for ac_dir in $PATH$ac_dummy; do
|
||||
for ac_dir in /usr/ucb:$PATH$ac_dummy; do
|
||||
test -z "$ac_dir" && ac_dir=.
|
||||
if test -f $ac_dir/$ac_word; then
|
||||
ac_cv_path_INSTALL="$ac_dir/$ac_word"
|
||||
|
Reference in New Issue
Block a user