ICU-1900 Since the xlC_r compiler may installed in an unusual location,

let's check the help text for the type of compiler.  We'll default to the newer
VisualAge compiler when all else fails.

X-SVN-Rev: 9265
This commit is contained in:
George Rhoten 2002-07-19 22:21:21 +00:00
parent 277dd912c5
commit 4e9839997b
2 changed files with 146 additions and 144 deletions

View file

@ -29,11 +29,12 @@ alpha*-*-linux-gnu)
*-*-linux*) icu_cv_host_frag=mh-linux ;;
*-*-cygwin) icu_cv_host_frag=mh-cygwin ;;
*-*-*bsd*) icu_cv_host_frag=mh-bsd-gcc ;;
*-*-aix*)
case "$CXX" in
*vacpp*)icu_cv_host_frag=mh-aix-va ;;
*) icu_cv_host_frag=mh-aix ;;
esac;;
*-*-aix*)
if test -n "`$CXX --help 2>&1 | grep 'IBM C and C++ Compilers$'`"; then
icu_cv_host_frag=mh-aix
else
icu_cv_host_frag=mh-aix-va
fi ;;
*-sequent-*) icu_cv_host_frag=mh-ptx ;;
*-*-hpux*)
case "$CXX" in

279
icu4c/source/configure vendored

File diff suppressed because it is too large Load diff