## -*-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}
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)"
echo $ICULIBS_I18N $ICULIBS_COMMON $ICULIBS_DATA
;;
- --ldflags-ustdio)
- echo $ICULIBS_USTDIO
+ --ldflags-icuio)
+ echo $ICULIBS_ICUIO
;;
--ldflags-obsolete)
;;
--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)