# 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.
--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:
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
# -*-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
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 ;;