.\"
.\" icu-config.1: manual page for the icu-config utility
.\"
-.\" Copyright (C) 2002 IBM, Inc. and others.
+.\" Copyright (C) 2016 and later: Unicode, Inc. and others.
+.\" License & terms of use: http://www.unicode.org/copyright.html
+.\" Copyright (C) 2002-2008 IBM, Inc. and others.
.\"
.\" Based on Yves Arrouye's pkgdata page <yves@arrouye.net>
.\" Modified by Steven R. Loomis <srl@jtcsv.com>.
.\" With help from http://www.igpm.rwth-aachen.de/~albrecht/manpage.html
-.TH ICU-CONFIG 1 "17 May 2002" "ICU MANPAGE" "ICU @VERSION@ Manual"
-.\".Dd "17 May 2002"
+.TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU @VERSION@ Manual"
+.\".Dd "17 May 2004"
.\".Dt ICU-CONFIG 1
.\".Os
.BI "\-\-icudata"
]
[
-.BI "\-\-icudata\-installdir"
+.BI "\-\-icudata\-install\-dir"
]
[
.BI "\-\-icudata\-mode"
.BI "\-\-ldflags"
]
[
-.BI "\-\-ldflags\-layout"
-]
-[
.BI "\-\-ldflags\-libsonly"
]
[
.BI "\-\-ldflags\-system"
]
[
-.BI "\-\-ldflags\-ustdio"
+.BI "\-\-ldflags\-icuio"
]
[
.BI "\-\-mandir"
Print a help and usage message.
.TP
.BI "\-\-icudata"
-Print the \fIshortname\fP of the ICU data file. This does not include any suffix such as .dat, .dll, .so, .lib, .a, etc nor does it include prefixes such as 'lib'. It may be in the form \fBlibicudt21b\fP
+Print the \fIshortname\fP of the ICU data file. This does not include any suffix such as .dat, .dll, .so, .lib, .a, etc nor does it include prefixes such as 'lib'. It may be in the form \fBicudt21b\fP
.TP
-.BI "\-\-icudata\-installdir"
+.BI "\-\-icudata\-install\-dir"
Print the directory where ICU packaged data should
be installed. Can use as pkgdata(1)'s --install option.
.TP
this option will attempt to link in the "common" (libicuuc) and "i18n"
(libicui18n) libraries, as well as the data library. If additional libraries
are required, any of the following two flags may be added in conjunction with this one,
-for example "\-\-ldflags \-\-ldflags-ustdio" if the ustdio library is required
+for example "\-\-ldflags \-\-ldflags-icuio" if the icuio library is required
in addition to the standard ICU libraries.
Equivalent to the $(LDFLAGS) Makefile variable.
.TP
.BI "\-\-ldflags\-layout"
Prints the link option for the ICU layout library.
.TP
-.BI "\-\-ldflags\-ustdio"
-Prints the link option to add the UStdio package
+.BI "\-\-ldflags\-icuio"
+Prints the link option to add the ICU I/O package
.TP
.BI "\-\-ldflags\-libsonly"
Similar to \fI\-\-ldflags\fP but only includes the \-l options.
.SH VERSION
@VERSION@
.SH COPYRIGHT
-Copyright (C) 2002 IBM, Inc. and others.
+Copyright (C) 2002-2004 IBM, Inc. and others.