X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..374ca955a76ecab1204ca8bfa63ff9238d998416:/icuSources/config/icu-config-bottom?ds=sidebyside diff --git a/icuSources/config/icu-config-bottom b/icuSources/config/icu-config-bottom index 3c8f1fa9..2f88eab0 100644 --- a/icuSources/config/icu-config-bottom +++ b/icuSources/config/icu-config-bottom @@ -1,6 +1,6 @@ ## -*-sh-*- -## BEGIN of icu-config-bottom. $Revision: 1.1.1.2 $ -## Copyright (c) 2002-2003, International Business Machines Corporation and +## BEGIN of icu-config-bottom. +## Copyright (c) 2002-2004, International Business Machines Corporation and ## others. All Rights Reserved. ICUUC_FILE=${libdir}/${ICULIBS_COMMON_LIB_NAME} @@ -46,7 +46,7 @@ allflags() echo " --ldflags-libsonly Same as --ldflags, but only the -l directives" echo " --ldflags-searchpath Print only -L (search path) directive" echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)" - echo " --ldflags-ustdio Print ICU ustdio link directive. Use in addition to --ldflags " + echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags " echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) " echo " --mandir Print manpage (man) path" echo " --prefix Print PREFIX to icu install (/usr/local)" @@ -218,8 +218,8 @@ do echo $ICULIBS_I18N $ICULIBS_COMMON $ICULIBS_DATA ;; - --ldflags-ustdio) - echo $ICULIBS_USTDIO + --ldflags-icuio) + echo $ICULIBS_ICUIO ;; --ldflags-obsolete) @@ -289,25 +289,11 @@ do ;; --icudata-install-dir) - case "$PKGDATA_MODE" in - - common) - echo "$pkgdatadir" - ;; - - dll) - echo "$libdir" - ;; - - *) - echo "## ${ME} Unknown pkgdata mode $PKGDATA_MODE" 1>&2 - exit 4 - ;; - esac + echo $ICUPKGDATA_DIR ;; --icudatadir) - echo $pkgdatadir + echo $ICUDATA_DIR ;; --shlib-c)