ICU-2753 Configure update

X-SVN-Rev: 12385
This commit is contained in:
George Rhoten 2003-06-09 21:38:43 +00:00
parent 7b3687a7e8
commit c91d2f815f

View file

@ -1237,7 +1237,7 @@ fi
# Make sure we can run config.sub.
if ${CONFIG_SHELL-/bin/qsh} $ac_config_sub sun4 >/dev/null 2>&1; then :
if ${CONFIG_SHELL-/usr/bin/qsh} $ac_config_sub sun4 >/dev/null 2>&1; then :
else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
@ -1249,14 +1249,14 @@ case "$host_alias" in
NONE)
case $nonopt in
NONE)
if host_alias=`${CONFIG_SHELL-/bin/qsh} $ac_config_guess`; then :
if host_alias=`${CONFIG_SHELL-/usr/bin/qsh} $ac_config_guess`; then :
else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
fi ;;
*) host_alias=$nonopt ;;
esac ;;
esac
host=`${CONFIG_SHELL-/bin/qsh} $ac_config_sub $host_alias`
host=`${CONFIG_SHELL-/usr/bin/qsh} $ac_config_sub $host_alias`
host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
@ -4659,4 +4659,4 @@ if test $ICU_USE_THREADS = 0; then
echo " *** Note: configuring the ICU without pthread support or testing. If this isn't what you want, then run configure with --enable-threads=yes or check the messages above to see why we couldn't find pthread_create()" 1>&6
fi
echo "You must use $U_MAKE to build ICU."
echo "You must use $U_MAKE to build ICU."