From e29e86d62abf53f3695ed79e0ab99065cf0cdc80 Mon Sep 17 00:00:00 2001 From: Fredrik Roubert Date: Thu, 24 Oct 2024 16:28:07 -0700 Subject: [PATCH] ICU-22951 Add documentation for --with-data-packaging=auto to the userguide. --- docs/userguide/icu_data/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/userguide/icu_data/index.md b/docs/userguide/icu_data/index.md index b802aaaba911..8a6375361289 100644 --- a/docs/userguide/icu_data/index.md +++ b/docs/userguide/icu_data/index.md @@ -163,6 +163,10 @@ example, even if ICU is built in "files" mode, you must still link against the This option builds ICU data as a single (large) static library. This mode is more complex to use. If you encounter errors, you may need to build ICU multiple times. +* `--with-data-packaging=auto` + With this option, `configure` will pick `library` unless the options + `--enable-static` and `--disable-shared` are also given, in which case + it'll pic `static` instead. * `--with-data-packaging=files` With this option, ICU outputs separate individual files (.res, .cnv, etc) which will be loaded at runtime. Read the rest of this document, especially