From 7b46ea1945e725877482fe7cb46bc055282036fb Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 5 Sep 2014 18:33:24 +0000 Subject: [PATCH] ICU-10972 improve --with-data-packaging docs X-SVN-Rev: 36363 --- icu4c/source/configure | 12 +++++++++--- icu4c/source/configure.ac | 10 ++++++++-- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/icu4c/source/configure b/icu4c/source/configure index 579368684d1..bf1f012e471 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69. # -# Copyright (c) 1999-2013, International Business Machines Corporation and others. All Rights Reserved. +# Copyright (c) 1999-2014, International Business Machines Corporation and others. All Rights Reserved. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -1433,7 +1433,13 @@ Optional Packages: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-cross-build=dir specify an absolute path to the build directory of an ICU built for the current platform default=no cross dir --with-library-bits=bits specify how many bits to use for the library (32, 64, 64else32, nochange) default=nochange - --with-data-packaging=type specify how to package ICU data (files, archive, library, static, auto) default=auto + --with-data-packaging specify how to package ICU data. Possible values: + files raw files (.res, etc) + archive build a single icudtXX.dat file + library shared library (.dll/.so/etc.) + static static library (.a/.lib/etc.) + auto build shared if possible (default) + See http://userguide.icu-project.org/icudata for more info. --with-library-suffix=suffix tag a suffix to the library names default= Some influential environment variables: @@ -1521,7 +1527,7 @@ Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. - Copyright (c) 1999-2013, International Business Machines Corporation and others. All Rights Reserved. + Copyright (c) 1999-2014, International Business Machines Corporation and others. All Rights Reserved. _ACEOF exit fi diff --git a/icu4c/source/configure.ac b/icu4c/source/configure.ac index a86db17aa64..86f6dca932f 100644 --- a/icu4c/source/configure.ac +++ b/icu4c/source/configure.ac @@ -1,5 +1,5 @@ # -*-autoconf-*- -AC_COPYRIGHT([ Copyright (c) 1999-2013, International Business Machines Corporation and others. All Rights Reserved. ]) +AC_COPYRIGHT([ Copyright (c) 1999-2014, International Business Machines Corporation and others. All Rights Reserved. ]) # configure.in for ICU # Stephen F. Booth, heavily modified by Yves and others @@ -1084,7 +1084,13 @@ AC_ARG_ENABLE(tools, ICU_CONDITIONAL(TOOLS, test "$tools" = true) AC_ARG_WITH(data-packaging, - [ --with-data-packaging=type specify how to package ICU data (files, archive, library, static, auto) [default=auto]], + [ --with-data-packaging specify how to package ICU data. Possible values: + files raw files (.res, etc) + archive build a single icudtXX.dat file + library shared library (.dll/.so/etc.) + static static library (.a/.lib/etc.) + auto build shared if possible (default) + See http://userguide.icu-project.org/icudata for more info.], [case "${withval}" in files|archive|library) datapackaging=$withval ;; auto) datapackaging=$withval ;; -- 2.40.0