mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-2753 Configure update
X-SVN-Rev: 12385
This commit is contained in:
parent
7b3687a7e8
commit
c91d2f815f
1 changed files with 4 additions and 4 deletions
8
icu4c/as_is/os400/configure
vendored
8
icu4c/as_is/os400/configure
vendored
|
@ -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."
|
Loading…
Add table
Reference in a new issue