X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b25be06635768807f8f693286fa73bb2297bb06c..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/config/icu-config-bottom diff --git a/icuSources/config/icu-config-bottom b/icuSources/config/icu-config-bottom index 53a9062c..0f0319a4 100644 --- a/icuSources/config/icu-config-bottom +++ b/icuSources/config/icu-config-bottom @@ -1,6 +1,6 @@ ## -*-sh-*- ## BEGIN of icu-config-bottom. -## Copyright (c) 2002-2010, International Business Machines Corporation and +## Copyright (c) 2002-2011, International Business Machines Corporation and ## others. All Rights Reserved. ICUUC_FILE="${libdir}/${ICULIBS_COMMON_LIB_NAME}" @@ -352,12 +352,17 @@ do ;; --version) - echo $ECHO_N $VERSION - ;; + echo $ECHO_N $VERSION + ;; - --unicode-version) - echo $ECHO_N $UNICODE_VERSION - ;; + --unicode-version) + echo $ECHO_N $UNICODE_VERSION + ;; + + --host) + echo $host + exit 0 + ;; --help) usage